Html Css Color HEX #B89254 Barley Corn

📋 copy color: '#B89254'

red 184 ◦ green 146 ◦ blue 84

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

Shades of Barley Corn #B89254

Tints of Barley Corn #B89254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.29%

R = 44.44%
G = 35.27%
B = 20.29%

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

#B89254 (or 0xB89254) is known color: Barley Corn. HEX triplet: B8, 92 and 54. RGB value is (184,146,84). Sum of RGB (Red+Green+Blue) = 184+146+84=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B89254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89254 is #476DAB. Grayscale: #969696. Windows color (decimal): -4681132 or 5542584. OLE color: 5542584.

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

Color convert

RGB 184 146 84 -
CMYK 0 0.21 0.54 0.28
HSL 37.2º 0.41% 0.53% -
HSV(B) 37.2º 0.54% 0.72% -
XYZ 31.65 31.39 12.78 -
YUV 150.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 184 146 84 0 0.21 0.54 0.28 37.2 0.41 0.53
Hex B8 92 54 0 15 36 1C 25 29 35
Octal 270 222 124 0 25 66 34 45 51 65
Binary 10111000 10010010 1010100 0 10101 110110 11100 100101 101001 110101

Color Harmonies of #B89254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89254

Black with #B89254

Text Example


Text Example

White with #B89254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89254; }

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

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

background-color css

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

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

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

border-color css

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

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

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