#BB9061

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

Shades of Barley Corn #BB9061

Tints of Barley Corn #BB9061

Color information

#BB9061 (or 0xBB9061) is unknown color: approx Barley Corn. HEX triplet: BB, 90 and 61. RGB value is (187,144,97). Sum of RGB (Red+Green+Blue) = 187+144+97=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9061 is #446F9E. Grayscale: #979797. Windows color (decimal): -4485023 or 6394043. OLE color: 6394043.

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

Color convert

RGB18714497-
CMYK00.230.480.27
HSL31.33º39.82%55.69%-
HSV(B)31.33º48.13%73.33%-
XYZ32.6231.3715.65-
YUV151.597.25153.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=43.69%
G=33.64%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871449700.230.480.2731.3339.8255.69
HexBB9061017301B1f2838
Octal2732201410276033375070
Binary101110111001000011000010101111100001101111111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9061; }

 p { color: rgb(187,144,97); }

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

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

 a { background-color: rgb(187,144,97); }

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

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

 span { border-color: rgb(187,144,97); }

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