Html Css Color HEX #BCB570 Dark Khaki

📋 copy color: '#BCB570'

red 188 ◦ green 181 ◦ blue 112

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

Shades of Dark Khaki #BCB570

Tints of Dark Khaki #BCB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 39.09%
G = 37.63%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB570 (or 0xBCB570) is known color: Dark Khaki. HEX triplet: BC, B5 and 70. RGB value is (188,181,112). Sum of RGB (Red+Green+Blue) = 188+181+112=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB570 is #434A8F. Grayscale: #AFAFAF. Windows color (decimal): -4410000 or 7386556. OLE color: 7386556.

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

Color convert

RGB 188 181 112 -
CMYK 0 0.04 0.40 0.26
HSL 54.47º 0.36% 0.59% -
HSV(B) 54.47º 0.4% 0.74% -
XYZ 40.19 44.91 21.88 -
YUV 175.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 188 181 112 0 0.04 0.40 0.26 54.47 0.36 0.59
Hex BC B5 70 0 4 28 1A 36 24 3B
Octal 274 265 160 0 4 50 32 66 44 73
Binary 10111100 10110101 1110000 0 100 101000 11010 110110 100100 111011

Color Harmonies of #BCB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB570

Black with #BCB570

Text Example


Text Example

White with #BCB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB570; }

 p { color: rgb(188,181,112); }

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

background-color css

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

 a { background-color: rgb(188,181,112); }

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

border-color css

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

 span { border-color: rgb(188,181,112); }

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