Html Css Color HEX #BCB971 Dark Khaki

📋 copy color: '#BCB971'

red 188 ◦ green 185 ◦ blue 113

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

Shades of Dark Khaki #BCB971

Tints of Dark Khaki #BCB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 38.68%
G = 38.07%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB971 (or 0xBCB971) is known color: Dark Khaki. HEX triplet: BC, B9 and 71. RGB value is (188,185,113). Sum of RGB (Red+Green+Blue) = 188+185+113=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB971 is #43468E. Grayscale: #B1B1B1. Windows color (decimal): -4408975 or 7453116. OLE color: 7453116.

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

Color convert

RGB 188 185 113 -
CMYK 0 0.02 0.40 0.26
HSL 57.6º 0.36% 0.59% -
HSV(B) 57.6º 0.4% 0.74% -
XYZ 41.07 46.58 22.45 -
YUV 177.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 188 185 113 0 0.02 0.40 0.26 57.6 0.36 0.59
Hex BC B9 71 0 2 28 1A 3A 24 3B
Octal 274 271 161 0 2 50 32 72 44 73
Binary 10111100 10111001 1110001 0 10 101000 11010 111010 100100 111011

Color Harmonies of #BCB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB971

Black with #BCB971

Text Example


Text Example

White with #BCB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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