#BC945B

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

Shades of Barley Corn #BC945B

Tints of Barley Corn #BC945B

Color information

#BC945B (or 0xBC945B) is unknown color: approx Barley Corn. HEX triplet: BC, 94 and 5B. RGB value is (188,148,91). Sum of RGB (Red+Green+Blue) = 188+148+91=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC945B is #436BA4. Grayscale: #999999. Windows color (decimal): -4418469 or 6001852. OLE color: 6001852.

HSL color Cylindrical-coordinate representation of color #BC945B: hue angle of 35.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC945B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18814891-
CMYK00.210.520.26
HSL35.26º41.99%54.71%-
HSV(B)35.26º51.6%73.73%-
XYZ33.2232.6314.44-
YUV153.4692.75152.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=44.03%
G=34.66%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881489100.210.520.2635.2641.9954.71
HexBC945B015341A232a37
Octal2742241330256432435267
Binary1011110010010100101101101010111010011010100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC945B; }

 p { color: rgb(188,148,91); }

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

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

 a { background-color: rgb(188,148,91); }

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

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

 span { border-color: rgb(188,148,91); }

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