Html Css Color HEX #BCB96E Dark Khaki

📋 copy color: '#BCB96E'

red 188 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #BCB96E

Tints of Dark Khaki #BCB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 38.92%
G = 38.3%
B = 22.77%

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

#BCB96E (or 0xBCB96E) is known color: Dark Khaki. HEX triplet: BC, B9 and 6E. RGB value is (188,185,110). Sum of RGB (Red+Green+Blue) = 188+185+110=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96E is #434691. Grayscale: #B1B1B1. Windows color (decimal): -4408978 or 7256508. OLE color: 7256508.

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

Color convert

RGB 188 185 110 -
CMYK 0 0.02 0.41 0.26
HSL 57.69º 0.37% 0.58% -
HSV(B) 57.69º 0.41% 0.74% -
XYZ 40.9 46.52 21.57 -
YUV 177.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 188 185 110 0 0.02 0.41 0.26 57.69 0.37 0.58
Hex BC B9 6E 0 2 29 1A 3A 25 3A
Octal 274 271 156 0 2 51 32 72 45 72
Binary 10111100 10111001 1101110 0 10 101001 11010 111010 100101 111010

Color Harmonies of #BCB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB96E

Black with #BCB96E

Text Example


Text Example

White with #BCB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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