Html Css Color HEX #BCAE70 Dark Khaki

📋 copy color: '#BCAE70'

red 188 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #BCAE70

Tints of Dark Khaki #BCAE70

RGB

 RED value IS 188 (73.83% from 255) = 39.66%

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

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

R = 39.66%
G = 36.71%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCAE70 (or 0xBCAE70) is known color: Dark Khaki. HEX triplet: BC, AE and 70. RGB value is (188,174,112). Sum of RGB (Red+Green+Blue) = 188+174+112=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE70 is #43518F. Grayscale: #ABABAB. Windows color (decimal): -4411792 or 7384764. OLE color: 7384764.

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

Color convert

RGB 188 174 112 -
CMYK 0 0.07 0.40 0.26
HSL 48.95º 0.36% 0.59% -
HSV(B) 48.95º 0.4% 0.74% -
XYZ 38.8 42.13 21.42 -
YUV 171.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 188 174 112 0 0.07 0.40 0.26 48.95 0.36 0.59
Hex BC AE 70 0 7 28 1A 31 24 3B
Octal 274 256 160 0 7 50 32 61 44 73
Binary 10111100 10101110 1110000 0 111 101000 11010 110001 100100 111011

Color Harmonies of #BCAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE70

Black with #BCAE70

Text Example


Text Example

White with #BCAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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