Html Css Color HEX #BCB96F Dark Khaki

📋 copy color: '#BCB96F'

red 188 ◦ green 185 ◦ blue 111

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

Shades of Dark Khaki #BCB96F

Tints of Dark Khaki #BCB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

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

R = 38.84%
G = 38.22%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB96F (or 0xBCB96F) is known color: Dark Khaki. HEX triplet: BC, B9 and 6F. RGB value is (188,185,111). Sum of RGB (Red+Green+Blue) = 188+185+111=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96F is #434690. Grayscale: #B1B1B1. Windows color (decimal): -4408977 or 7322044. OLE color: 7322044.

HSL color Cylindrical-coordinate representation of color #BCB96F: hue angle of 57.66º 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 #BCB96F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 111 -
CMYK 0 0.02 0.41 0.26
HSL 57.66º 0.36% 0.59% -
HSV(B) 57.66º 0.41% 0.74% -
XYZ 40.96 46.54 21.86 -
YUV 177.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 188 185 111 0 0.02 0.41 0.26 57.66 0.36 0.59
Hex BC B9 6F 0 2 29 1A 3A 24 3B
Octal 274 271 157 0 2 51 32 72 44 73
Binary 10111100 10111001 1101111 0 10 101001 11010 111010 100100 111011

Color Harmonies of #BCB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB96F

Black with #BCB96F

Text Example


Text Example

White with #BCB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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