Html Css Color HEX #BC9860 Barley Corn

📋 copy color: '#BC9860'

red 188 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #BC9860

Tints of Barley Corn #BC9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 43.12%
G = 34.86%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC9860 (or 0xBC9860) is known color: Barley Corn. HEX triplet: BC, 98 and 60. RGB value is (188,152,96). Sum of RGB (Red+Green+Blue) = 188+152+96=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9860 is #43679F. Grayscale: #9C9C9C. Windows color (decimal): -4417440 or 6330556. OLE color: 6330556.

HSL color Cylindrical-coordinate representation of color #BC9860: hue angle of 36.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC9860 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 96 -
CMYK 0 0.19 0.49 0.26
HSL 36.52º 0.41% 0.56% -
HSV(B) 36.52º 0.49% 0.74% -
XYZ 34.08 33.99 15.83 -
YUV 156.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 188 152 96 0 0.19 0.49 0.26 36.52 0.41 0.56
Hex BC 98 60 0 13 31 1A 25 29 38
Octal 274 230 140 0 23 61 32 45 51 70
Binary 10111100 10011000 1100000 0 10011 110001 11010 100101 101001 111000

Color Harmonies of #BC9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9860

Black with #BC9860

Text Example


Text Example

White with #BC9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9860; }

 p { color: rgb(188,152,96); }

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

background-color css

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

 a { background-color: rgb(188,152,96); }

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

border-color css

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

 span { border-color: rgb(188,152,96); }

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