Html Css Color HEX #B89256 Barley Corn

📋 copy color: '#B89256'

red 184 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B89256

Tints of Barley Corn #B89256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 44.23%
G = 35.1%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B89256 (or 0xB89256) is known color: Barley Corn. HEX triplet: B8, 92 and 56. RGB value is (184,146,86). Sum of RGB (Red+Green+Blue) = 184+146+86=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89256 is #476DA9. Grayscale: #969696. Windows color (decimal): -4681130 or 5673656. OLE color: 5673656.

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

Color convert

RGB 184 146 86 -
CMYK 0 0.21 0.53 0.28
HSL 36.73º 0.41% 0.53% -
HSV(B) 36.73º 0.53% 0.72% -
XYZ 31.73 31.42 13.2 -
YUV 150.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 184 146 86 0 0.21 0.53 0.28 36.73 0.41 0.53
Hex B8 92 56 0 15 35 1C 25 29 35
Octal 270 222 126 0 25 65 34 45 51 65
Binary 10111000 10010010 1010110 0 10101 110101 11100 100101 101001 110101

Color Harmonies of #B89256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89256

Black with #B89256

Text Example


Text Example

White with #B89256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89256; }

 p { color: rgb(184,146,86); }

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

background-color css

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

 a { background-color: rgb(184,146,86); }

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

border-color css

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

 span { border-color: rgb(184,146,86); }

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