#BB8F62

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

Shades of Barley Corn #BB8F62

Tints of Barley Corn #BB8F62

Color information

#BB8F62 (or 0xBB8F62) is unknown color: approx Barley Corn. HEX triplet: BB, 8F and 62. RGB value is (187,143,98). Sum of RGB (Red+Green+Blue) = 187+143+98=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F62 is #44709D. Grayscale: #979797. Windows color (decimal): -4485278 or 6459323. OLE color: 6459323.

HSL color Cylindrical-coordinate representation of color #BB8F62: hue angle of 30.34º 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 #BB8F62 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18714398-
CMYK00.240.480.27
HSL30.34º39.56%55.88%-
HSV(B)30.34º47.59%73.33%-
XYZ32.5231.0915.84-
YUV151.0398.08153.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=43.69%
G=33.41%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871439800.240.480.2730.3439.5655.88
HexBB8F62018301B1e2838
Octal2732171420306033365070
Binary101110111000111111000100110001100001101111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F62; }

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

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

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

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

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

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

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

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