#BB8000 (or 0xBB8000) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 80 and 00. RGB value is (187,128,0). Sum of RGB (Red+Green+Blue) = 187+128+0=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8000 is #447FFF. Grayscale: #838383. Windows color (decimal): -4489216 or 32955. OLE color: 32955.
HSL color Cylindrical-coordinate representation of color #BB8000: hue angle of 41.07º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB8000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.27.
<style> p { color: #BB8000; } p { color: rgb(187,128,0); } H1.HeaderClassName { color: #BB8000; } .AnyTagClassName { color: #BB8000; } </style>
<style> a { background-color: #BB8000; } a { background-color: rgb(187,128,0); } div.DivClassName { background-color: #BB8000; } .BgClassName { background-color: #BB8000; } </style>
<style> span { border-color: #BB8000; } span { border-color: rgb(187,128,0); } td.TdClassName { border-color: #BB8000; } .TagClassName { border-color: #BB8000; } </style>