Html Css Color HEX #BCB373 Dark Khaki

📋 copy color: '#BCB373'

red 188 ◦ green 179 ◦ blue 115

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

Shades of Dark Khaki #BCB373

Tints of Dark Khaki #BCB373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 39%
G = 37.14%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB373 (or 0xBCB373) is known color: Dark Khaki. HEX triplet: BC, B3 and 73. RGB value is (188,179,115). Sum of RGB (Red+Green+Blue) = 188+179+115=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB373 is #434C8C. Grayscale: #AEAEAE. Windows color (decimal): -4410509 or 7582652. OLE color: 7582652.

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

Color convert

RGB 188 179 115 -
CMYK 0 0.05 0.39 0.26
HSL 52.6º 0.35% 0.59% -
HSV(B) 52.6º 0.39% 0.74% -
XYZ 39.95 44.17 22.64 -
YUV 174.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 188 179 115 0 0.05 0.39 0.26 52.6 0.35 0.59
Hex BC B3 73 0 5 27 1A 35 23 3B
Octal 274 263 163 0 5 47 32 65 43 73
Binary 10111100 10110011 1110011 0 101 100111 11010 110101 100011 111011

Color Harmonies of #BCB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB373

Black with #BCB373

Text Example


Text Example

White with #BCB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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