Html Css Color HEX #BBAE70 Dark Khaki

📋 copy color: '#BBAE70'

red 187 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #BBAE70

Tints of Dark Khaki #BBAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 39.53%
G = 36.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBAE70 (or 0xBBAE70) is known color: Dark Khaki. HEX triplet: BB, AE and 70. RGB value is (187,174,112). Sum of RGB (Red+Green+Blue) = 187+174+112=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE70 is #44518F. Grayscale: #ABABAB. Windows color (decimal): -4477328 or 7384763. OLE color: 7384763.

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

Color convert

RGB 187 174 112 -
CMYK 0 0.07 0.40 0.27
HSL 49.6º 0.36% 0.59% -
HSV(B) 49.6º 0.4% 0.73% -
XYZ 38.55 42.01 21.41 -
YUV 170.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 187 174 112 0 0.07 0.40 0.27 49.6 0.36 0.59
Hex BB AE 70 0 7 28 1B 32 24 3B
Octal 273 256 160 0 7 50 33 62 44 73
Binary 10111011 10101110 1110000 0 111 101000 11011 110010 100100 111011

Color Harmonies of #BBAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE70

Black with #BBAE70

Text Example


Text Example

White with #BBAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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