Html Css Color HEX #BCB073 Dark Khaki

📋 copy color: '#BCB073'

red 188 ◦ green 176 ◦ blue 115

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

Shades of Dark Khaki #BCB073

Tints of Dark Khaki #BCB073

RGB

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

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

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

R = 39.25%
G = 36.74%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB073 (or 0xBCB073) is known color: Dark Khaki. HEX triplet: BC, B0 and 73. RGB value is (188,176,115). Sum of RGB (Red+Green+Blue) = 188+176+115=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB073 is #434F8C. Grayscale: #ACACAC. Windows color (decimal): -4411277 or 7581884. OLE color: 7581884.

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

Color convert

RGB 188 176 115 -
CMYK 0 0.06 0.39 0.26
HSL 50.14º 0.35% 0.59% -
HSV(B) 50.14º 0.39% 0.74% -
XYZ 39.36 42.98 22.44 -
YUV 172.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 188 176 115 0 0.06 0.39 0.26 50.14 0.35 0.59
Hex BC B0 73 0 6 27 1A 32 23 3B
Octal 274 260 163 0 6 47 32 62 43 73
Binary 10111100 10110000 1110011 0 110 100111 11010 110010 100011 111011

Color Harmonies of #BCB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB073

Black with #BCB073

Text Example


Text Example

White with #BCB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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