Html Css Color HEX #BCB170 Dark Khaki

📋 copy color: '#BCB170'

red 188 ◦ green 177 ◦ blue 112

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

Shades of Dark Khaki #BCB170

Tints of Dark Khaki #BCB170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 39.41%
G = 37.11%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB170 (or 0xBCB170) is known color: Dark Khaki. HEX triplet: BC, B1 and 70. RGB value is (188,177,112). Sum of RGB (Red+Green+Blue) = 188+177+112=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB170 is #434E8F. Grayscale: #ADADAD. Windows color (decimal): -4411024 or 7385532. OLE color: 7385532.

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

Color convert

RGB 188 177 112 -
CMYK 0 0.06 0.40 0.26
HSL 51.32º 0.36% 0.59% -
HSV(B) 51.32º 0.4% 0.74% -
XYZ 39.39 43.31 21.61 -
YUV 172.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 188 177 112 0 0.06 0.40 0.26 51.32 0.36 0.59
Hex BC B1 70 0 6 28 1A 33 24 3B
Octal 274 261 160 0 6 50 32 63 44 73
Binary 10111100 10110001 1110000 0 110 101000 11010 110011 100100 111011

Color Harmonies of #BCB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB170

Black with #BCB170

Text Example


Text Example

White with #BCB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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