#BB935A

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

Shades of Barley Corn #BB935A

Tints of Barley Corn #BB935A

Color information

#BB935A (or 0xBB935A) is unknown color: approx Barley Corn. HEX triplet: BB, 93 and 5A. RGB value is (187,147,90). Sum of RGB (Red+Green+Blue) = 187+147+90=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB935A is #446CA5. Grayscale: #989898. Windows color (decimal): -4484262 or 5936059. OLE color: 5936059.

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

Color convert

RGB18714790-
CMYK00.210.520.27
HSL35.26º41.63%54.31%-
HSV(B)35.26º51.87%73.33%-
XYZ32.7732.1714.16-
YUV152.4692.75152.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=44.10%
G=34.67%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871479000.210.520.2735.2641.6354.31
HexBB935A015341B232a36
Octal2732231320256433435266
Binary1011101110010011101101001010111010011011100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB935A; }

 p { color: rgb(187,147,90); }

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

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

 a { background-color: rgb(187,147,90); }

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

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

 span { border-color: rgb(187,147,90); }

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