Html Css Color HEX #BCB16E Dark Khaki

📋 copy color: '#BCB16E'

red 188 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #BCB16E

Tints of Dark Khaki #BCB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.26%

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

R = 39.58%
G = 37.26%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB16E (or 0xBCB16E) is known color: Dark Khaki. HEX triplet: BC, B1 and 6E. RGB value is (188,177,110). Sum of RGB (Red+Green+Blue) = 188+177+110=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB16E is #434E91. Grayscale: #ACACAC. Windows color (decimal): -4411026 or 7254460. OLE color: 7254460.

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

Color convert

RGB 188 177 110 -
CMYK 0 0.06 0.41 0.26
HSL 51.54º 0.37% 0.58% -
HSV(B) 51.54º 0.41% 0.74% -
XYZ 39.28 43.26 21.03 -
YUV 172.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 188 177 110 0 0.06 0.41 0.26 51.54 0.37 0.58
Hex BC B1 6E 0 6 29 1A 34 25 3A
Octal 274 261 156 0 6 51 32 64 45 72
Binary 10111100 10110001 1101110 0 110 101001 11010 110100 100101 111010

Color Harmonies of #BCB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB16E

Black with #BCB16E

Text Example


Text Example

White with #BCB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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