#BC9561

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

Shades of Barley Corn #BC9561

Tints of Barley Corn #BC9561

Color information

#BC9561 (or 0xBC9561) is unknown color: approx Barley Corn. HEX triplet: BC, 95 and 61. RGB value is (188,149,97). Sum of RGB (Red+Green+Blue) = 188+149+97=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9561 is #436A9E. Grayscale: #9A9A9A. Windows color (decimal): -4418207 or 6395324. OLE color: 6395324.

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

Color convert

RGB18814997-
CMYK00.210.480.26
HSL34.29º40.44%55.88%-
HSV(B)34.29º48.4%73.73%-
XYZ33.6433.0515.92-
YUV154.7395.42151.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=43.32%
G=34.33%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881499700.210.480.2634.2940.4455.88
HexBC9561015301A222838
Octal2742251410256032425070
Binary1011110010010101110000101010111000011010100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9561; }

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

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

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

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

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

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

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

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