Html Css Color HEX #B89855 Barley Corn

📋 copy color: '#B89855'

red 184 ◦ green 152 ◦ blue 85

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

Shades of Barley Corn #B89855

Tints of Barley Corn #B89855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 43.71%
G = 36.1%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B89855 (or 0xB89855) is known color: Barley Corn. HEX triplet: B8, 98 and 55. RGB value is (184,152,85). Sum of RGB (Red+Green+Blue) = 184+152+85=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89855 is #4767AA. Grayscale: #9A9A9A. Windows color (decimal): -4679595 or 5609656. OLE color: 5609656.

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

Color convert

RGB 184 152 85 -
CMYK 0 0.17 0.54 0.28
HSL 40.61º 0.41% 0.53% -
HSV(B) 40.61º 0.54% 0.72% -
XYZ 32.64 33.3 13.3 -
YUV 153.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 184 152 85 0 0.17 0.54 0.28 40.61 0.41 0.53
Hex B8 98 55 0 11 36 1C 29 29 35
Octal 270 230 125 0 21 66 34 51 51 65
Binary 10111000 10011000 1010101 0 10001 110110 11100 101001 101001 110101

Color Harmonies of #B89855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89855

Black with #B89855

Text Example


Text Example

White with #B89855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89855; }

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

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

background-color css

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

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

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

border-color css

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

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

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