Html Css Color HEX #BBBA70 Dark Khaki

📋 copy color: '#BBBA70'

red 187 ◦ green 186 ◦ blue 112

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

Shades of Dark Khaki #BBBA70

Tints of Dark Khaki #BBBA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 38.56%
G = 38.35%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBBA70 (or 0xBBBA70) is known color: Dark Khaki. HEX triplet: BB, BA and 70. RGB value is (187,186,112). Sum of RGB (Red+Green+Blue) = 187+186+112=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA70 is #44458F. Grayscale: #B2B2B2. Windows color (decimal): -4474256 or 7387835. OLE color: 7387835.

HSL color Cylindrical-coordinate representation of color #BBBA70: hue angle of 59.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBBA70 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 112 -
CMYK 0 0.01 0.40 0.27
HSL 59.2º 0.36% 0.59% -
HSV(B) 59.2º 0.4% 0.73% -
XYZ 40.98 46.85 22.21 -
YUV 177.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 187 186 112 0 0.01 0.40 0.27 59.2 0.36 0.59
Hex BB BA 70 0 1 28 1B 3B 24 3B
Octal 273 272 160 0 1 50 33 73 44 73
Binary 10111011 10111010 1110000 0 1 101000 11011 111011 100100 111011

Color Harmonies of #BBBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA70

Black with #BBBA70

Text Example


Text Example

White with #BBBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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