Html Css Color HEX #BCB672 Dark Khaki

📋 copy color: '#BCB672'

red 188 ◦ green 182 ◦ blue 114

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

Shades of Dark Khaki #BCB672

Tints of Dark Khaki #BCB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 38.84%
G = 37.6%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB672 (or 0xBCB672) is known color: Dark Khaki. HEX triplet: BC, B6 and 72. RGB value is (188,182,114). Sum of RGB (Red+Green+Blue) = 188+182+114=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB672 is #43498D. Grayscale: #B0B0B0. Windows color (decimal): -4409742 or 7517884. OLE color: 7517884.

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

Color convert

RGB 188 182 114 -
CMYK 0 0.03 0.39 0.26
HSL 55.14º 0.36% 0.59% -
HSV(B) 55.14º 0.39% 0.74% -
XYZ 40.5 45.36 22.54 -
YUV 176.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 188 182 114 0 0.03 0.39 0.26 55.14 0.36 0.59
Hex BC B6 72 0 3 27 1A 37 24 3B
Octal 274 266 162 0 3 47 32 67 44 73
Binary 10111100 10110110 1110010 0 11 100111 11010 110111 100100 111011

Color Harmonies of #BCB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB672

Black with #BCB672

Text Example


Text Example

White with #BCB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB672; }

 p { color: rgb(188,182,114); }

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

background-color css

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

 a { background-color: rgb(188,182,114); }

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

border-color css

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

 span { border-color: rgb(188,182,114); }

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