#BC9761

Color #BC9761 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BC9761

Tints of Barley Corn #BC9761

Color information

#BC9761 (or 0xBC9761) is unknown color: approx Barley Corn. HEX triplet: BC, 97 and 61. RGB value is (188,151,97). Sum of RGB (Red+Green+Blue) = 188+151+97=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9761 is #43689E. Grayscale: #9C9C9C. Windows color (decimal): -4417695 or 6395836. OLE color: 6395836.

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

Color convert

RGB18815197-
CMYK00.200.480.26
HSL35.6º40.44%55.88%-
HSV(B)35.6º48.4%73.73%-
XYZ33.9633.6916.02-
YUV155.9194.76150.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=43.12%
G=34.63%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881519700.200.480.2635.640.4455.88
HexBC9761014301A242838
Octal2742271410246032445070
Binary1011110010010111110000101010011000011010100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9761; }

 p { color: rgb(188,151,97); }

 H1.HeaderClassName
 {
   color: #BC9761;
 }
 .AnyTagClassName
 {
   color: #BC9761;
 }
</style>
background-color css

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

 a { background-color: rgb(188,151,97); }

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

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

 span { border-color: rgb(188,151,97); }

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