Html Css Color HEX #BCB172 Dark Khaki

📋 copy color: '#BCB172'

red 188 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #BCB172

Tints of Dark Khaki #BCB172

RGB

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

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

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

R = 39.25%
G = 36.95%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB172 (or 0xBCB172) is known color: Dark Khaki. HEX triplet: BC, B1 and 72. RGB value is (188,177,114). Sum of RGB (Red+Green+Blue) = 188+177+114=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB172 is #434E8D. Grayscale: #ADADAD. Windows color (decimal): -4411022 or 7516604. OLE color: 7516604.

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

Color convert

RGB 188 177 114 -
CMYK 0 0.06 0.39 0.26
HSL 51.08º 0.36% 0.59% -
HSV(B) 51.08º 0.39% 0.74% -
XYZ 39.5 43.35 22.21 -
YUV 173.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 188 177 114 0 0.06 0.39 0.26 51.08 0.36 0.59
Hex BC B1 72 0 6 27 1A 33 24 3B
Octal 274 261 162 0 6 47 32 63 44 73
Binary 10111100 10110001 1110010 0 110 100111 11010 110011 100100 111011

Color Harmonies of #BCB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB172

Black with #BCB172

Text Example


Text Example

White with #BCB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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