Html Css Color HEX #BCAE6F Dark Khaki

📋 copy color: '#BCAE6F'

red 188 ◦ green 174 ◦ blue 111

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

Shades of Dark Khaki #BCAE6F

Tints of Dark Khaki #BCAE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 39.75%
G = 36.79%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCAE6F (or 0xBCAE6F) is known color: Dark Khaki. HEX triplet: BC, AE and 6F. RGB value is (188,174,111). Sum of RGB (Red+Green+Blue) = 188+174+111=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE6F is #435190. Grayscale: #ABABAB. Windows color (decimal): -4411793 or 7319228. OLE color: 7319228.

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

Color convert

RGB 188 174 111 -
CMYK 0 0.07 0.41 0.26
HSL 49.09º 0.36% 0.59% -
HSV(B) 49.09º 0.41% 0.74% -
XYZ 38.74 42.11 21.13 -
YUV 171 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 188 174 111 0 0.07 0.41 0.26 49.09 0.36 0.59
Hex BC AE 6F 0 7 29 1A 31 24 3B
Octal 274 256 157 0 7 51 32 61 44 73
Binary 10111100 10101110 1101111 0 111 101001 11010 110001 100100 111011

Color Harmonies of #BCAE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE6F

Black with #BCAE6F

Text Example


Text Example

White with #BCAE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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