Html Css Color HEX #BBB562 Dark Khaki

📋 copy color: '#BBB562'

red 187 ◦ green 181 ◦ blue 98

#BBB562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BBB562

Tints of Dark Khaki #BBB562

RGB

 RED value IS 187 (73.44% from 255) = 40.13%

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 40.13%
G = 38.84%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBB562 (or 0xBBB562) is known color: Dark Khaki. HEX triplet: BB, B5 and 62. RGB value is (187,181,98). Sum of RGB (Red+Green+Blue) = 187+181+98=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB562 is #444A9D. Grayscale: #ADADAD. Windows color (decimal): -4475550 or 6469051. OLE color: 6469051.

HSL color Cylindrical-coordinate representation of color #BBB562: hue angle of 55.96º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBB562 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 98 -
CMYK 0 0.03 0.48 0.27
HSL 55.96º 0.4% 0.56% -
HSV(B) 55.96º 0.48% 0.73% -
XYZ 39.22 44.49 18.08 -
YUV 173.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 187 181 98 0 0.03 0.48 0.27 55.96 0.4 0.56
Hex BB B5 62 0 3 30 1B 38 28 38
Octal 273 265 142 0 3 60 33 70 50 70
Binary 10111011 10110101 1100010 0 11 110000 11011 111000 101000 111000

Color Harmonies of #BBB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB562

Black with #BBB562

Text Example


Text Example

White with #BBB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB562; }

 p { color: rgb(187,181,98); }

 H1.HeaderClassName
 {
   color: #BBB562;
 }
 .AnyTagClassName
 {
   color: #BBB562;
 }
</style>

background-color css

<style>
 a { background-color: #BBB562; }

 a { background-color: rgb(187,181,98); }

 div.DivClassName
 {
   background-color: #BBB562;
 }
 .BgClassName
 {
   background-color: #BBB562;
 }
</style>

border-color css

<style>
 span { border-color: #BBB562; }

 span { border-color: rgb(187,181,98); }

 td.TdClassName
 {
   border-color: #BBB562;
 }
 .TagClassName
 {
   border-color: #BBB562;
 }
</style>