Html Css Color HEX #B89155 Barley Corn

📋 copy color: '#B89155'

red 184 ◦ green 145 ◦ blue 85

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

Shades of Barley Corn #B89155

Tints of Barley Corn #B89155

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 44.44%
G = 35.02%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B89155 (or 0xB89155) is known color: Barley Corn. HEX triplet: B8, 91 and 55. RGB value is (184,145,85). Sum of RGB (Red+Green+Blue) = 184+145+85=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B89155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89155 is #476EAA. Grayscale: #969696. Windows color (decimal): -4681387 or 5607864. OLE color: 5607864.

HSL color Cylindrical-coordinate representation of color #B89155: hue angle of 36.36º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B89155 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 85 -
CMYK 0 0.21 0.54 0.28
HSL 36.36º 0.41% 0.53% -
HSV(B) 36.36º 0.54% 0.72% -
XYZ 31.53 31.1 12.93 -
YUV 149.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 184 145 85 0 0.21 0.54 0.28 36.36 0.41 0.53
Hex B8 91 55 0 15 36 1C 24 29 35
Octal 270 221 125 0 25 66 34 44 51 65
Binary 10111000 10010001 1010101 0 10101 110110 11100 100100 101001 110101

Color Harmonies of #B89155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89155

Black with #B89155

Text Example


Text Example

White with #B89155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89155; }

 p { color: rgb(184,145,85); }

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

background-color css

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

 a { background-color: rgb(184,145,85); }

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

border-color css

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

 span { border-color: rgb(184,145,85); }

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