Html Css Color HEX #BB8F5E Barley Corn

📋 copy color: '#BB8F5E'

red 187 ◦ green 143 ◦ blue 94

#BB8F5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #BB8F5E

Tints of Barley Corn #BB8F5E

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

 GREEN value IS 143 (56.25% from 255) = 33.73%

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 44.1%
G = 33.73%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB8F5E (or 0xBB8F5E) is known color: Barley Corn. HEX triplet: BB, 8F and 5E. RGB value is (187,143,94). Sum of RGB (Red+Green+Blue) = 187+143+94=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5E is #4470A1. Grayscale: #969696. Windows color (decimal): -4485282 or 6197179. OLE color: 6197179.

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

Color convert

RGB 187 143 94 -
CMYK 0 0.24 0.50 0.27
HSL 31.61º 0.41% 0.55% -
HSV(B) 31.61º 0.5% 0.73% -
XYZ 32.34 31.02 14.87 -
YUV 150.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 187 143 94 0 0.24 0.50 0.27 31.61 0.41 0.55
Hex BB 8F 5E 0 18 32 1B 20 29 37
Octal 273 217 136 0 30 62 33 40 51 67
Binary 10111011 10001111 1011110 0 11000 110010 11011 100000 101001 110111

Color Harmonies of #BB8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F5E

Black with #BB8F5E

Text Example


Text Example

White with #BB8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F5E; }

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

 H1.HeaderClassName
 {
   color: #BB8F5E;
 }
 .AnyTagClassName
 {
   color: #BB8F5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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