Html Css Color HEX #BCB071 Dark Khaki

📋 copy color: '#BCB071'

red 188 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #BCB071

Tints of Dark Khaki #BCB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 39.41%
G = 36.9%
B = 23.69%

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

#BCB071 (or 0xBCB071) is known color: Dark Khaki. HEX triplet: BC, B0 and 71. RGB value is (188,176,113). Sum of RGB (Red+Green+Blue) = 188+176+113=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB071 is #434F8E. Grayscale: #ACACAC. Windows color (decimal): -4411279 or 7450812. OLE color: 7450812.

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

Color convert

RGB 188 176 113 -
CMYK 0 0.06 0.40 0.26
HSL 50.4º 0.36% 0.59% -
HSV(B) 50.4º 0.4% 0.74% -
XYZ 39.25 42.93 21.84 -
YUV 172.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 188 176 113 0 0.06 0.40 0.26 50.4 0.36 0.59
Hex BC B0 71 0 6 28 1A 32 24 3B
Octal 274 260 161 0 6 50 32 62 44 73
Binary 10111100 10110000 1110001 0 110 101000 11010 110010 100100 111011

Color Harmonies of #BCB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB071

Black with #BCB071

Text Example


Text Example

White with #BCB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB071; }

 p { color: rgb(188,176,113); }

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

background-color css

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

 a { background-color: rgb(188,176,113); }

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

border-color css

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

 span { border-color: rgb(188,176,113); }

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