#BB8F5D

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

Shades of Barley Corn #BB8F5D

Tints of Barley Corn #BB8F5D

Color information

#BB8F5D (or 0xBB8F5D) is unknown color: approx Barley Corn. HEX triplet: BB, 8F and 5D. RGB value is (187,143,93). Sum of RGB (Red+Green+Blue) = 187+143+93=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5D is #4470A2. Grayscale: #969696. Windows color (decimal): -4485283 or 6131643. OLE color: 6131643.

HSL color Cylindrical-coordinate representation of color #BB8F5D: hue angle of 31.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB8F5D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18714393-
CMYK00.240.500.27
HSL31.91º40.87%54.9%-
HSV(B)31.91º50.27%73.33%-
XYZ32.293114.64-
YUV150.4695.58154.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=44.21%
G=33.81%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871439300.240.500.2731.9140.8754.9
HexBB8F5D018321B202937
Octal2732171350306233405167
Binary1011101110001111101110101100011001011011100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F5D; }

 p { color: rgb(187,143,93); }

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

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

 a { background-color: rgb(187,143,93); }

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

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

 span { border-color: rgb(187,143,93); }

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