#BB8D63

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

Shades of Barley Corn #BB8D63

Tints of Barley Corn #BB8D63

Color information

#BB8D63 (or 0xBB8D63) is unknown color: approx Barley Corn. HEX triplet: BB, 8D and 63. RGB value is (187,141,99). Sum of RGB (Red+Green+Blue) = 187+141+99=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D63 is #44729C. Grayscale: #969696. Windows color (decimal): -4485789 or 6524347. OLE color: 6524347.

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

Color convert

RGB18714199-
CMYK00.250.470.27
HSL28.64º39.29%56.08%-
HSV(B)28.64º47.06%73.33%-
XYZ32.2730.5215.99-
YUV149.9799.24154.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=43.79%
G=33.02%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871419900.250.470.2728.6439.2956.08
HexBB8D630192F1B1d2738
Octal2732151430315733354770
Binary101110111000110111000110110011011111101111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D63; }

 p { color: rgb(187,141,99); }

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

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

 a { background-color: rgb(187,141,99); }

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

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

 span { border-color: rgb(187,141,99); }

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