Html Css Color HEX #B89355 Barley Corn

📋 copy color: '#B89355'

red 184 ◦ green 147 ◦ blue 85

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

Shades of Barley Corn #B89355

Tints of Barley Corn #B89355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 44.23%
G = 35.34%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B89355 (or 0xB89355) is known color: Barley Corn. HEX triplet: B8, 93 and 55. RGB value is (184,147,85). Sum of RGB (Red+Green+Blue) = 184+147+85=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89355 is #476CAA. Grayscale: #979797. Windows color (decimal): -4680875 or 5608376. OLE color: 5608376.

HSL color Cylindrical-coordinate representation of color #B89355: hue angle of 37.58º 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 #B89355 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 147 85 -
CMYK 0 0.20 0.54 0.28
HSL 37.58º 0.41% 0.53% -
HSV(B) 37.58º 0.54% 0.72% -
XYZ 31.84 31.71 13.04 -
YUV 151 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 184 147 85 0 0.20 0.54 0.28 37.58 0.41 0.53
Hex B8 93 55 0 14 36 1C 26 29 35
Octal 270 223 125 0 24 66 34 46 51 65
Binary 10111000 10010011 1010101 0 10100 110110 11100 100110 101001 110101

Color Harmonies of #B89355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89355

Black with #B89355

Text Example


Text Example

White with #B89355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89355; }

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

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

background-color css

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

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

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

border-color css

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

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

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