Html Css Color HEX #BCB371 Dark Khaki

📋 copy color: '#BCB371'

red 188 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #BCB371

Tints of Dark Khaki #BCB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.29%

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

R = 39.17%
G = 37.29%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB371 (or 0xBCB371) is known color: Dark Khaki. HEX triplet: BC, B3 and 71. RGB value is (188,179,113). Sum of RGB (Red+Green+Blue) = 188+179+113=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB371 is #434C8E. Grayscale: #AEAEAE. Windows color (decimal): -4410511 or 7451580. OLE color: 7451580.

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

Color convert

RGB 188 179 113 -
CMYK 0 0.05 0.40 0.26
HSL 52.8º 0.36% 0.59% -
HSV(B) 52.8º 0.4% 0.74% -
XYZ 39.84 44.12 22.04 -
YUV 174.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 188 179 113 0 0.05 0.40 0.26 52.8 0.36 0.59
Hex BC B3 71 0 5 28 1A 35 24 3B
Octal 274 263 161 0 5 50 32 65 44 73
Binary 10111100 10110011 1110001 0 101 101000 11010 110101 100100 111011

Color Harmonies of #BCB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB371

Black with #BCB371

Text Example


Text Example

White with #BCB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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