Html Css Color HEX #BBBA62 Dark Khaki

📋 copy color: '#BBBA62'

red 187 ◦ green 186 ◦ blue 98

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

Shades of Dark Khaki #BBBA62

Tints of Dark Khaki #BBBA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 39.7%
G = 39.49%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBBA62 (or 0xBBBA62) is known color: Dark Khaki. HEX triplet: BB, BA and 62. RGB value is (187,186,98). Sum of RGB (Red+Green+Blue) = 187+186+98=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA62 is #44459D. Grayscale: #B0B0B0. Windows color (decimal): -4474270 or 6470331. OLE color: 6470331.

HSL color Cylindrical-coordinate representation of color #BBBA62: hue angle of 59.33º 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 #BBBA62 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 98 -
CMYK 0 0.01 0.48 0.27
HSL 59.33º 0.4% 0.56% -
HSV(B) 59.33º 0.48% 0.73% -
XYZ 40.26 46.56 18.42 -
YUV 176.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 187 186 98 0 0.01 0.48 0.27 59.33 0.4 0.56
Hex BB BA 62 0 1 30 1B 3B 28 38
Octal 273 272 142 0 1 60 33 73 50 70
Binary 10111011 10111010 1100010 0 1 110000 11011 111011 101000 111000

Color Harmonies of #BBBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA62

Black with #BBBA62

Text Example


Text Example

White with #BBBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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