Html Css Color HEX #B89154 Barley Corn

📋 copy color: '#B89154'

red 184 ◦ green 145 ◦ blue 84

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

Shades of Barley Corn #B89154

Tints of Barley Corn #B89154

RGB

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

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

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

R = 44.55%
G = 35.11%
B = 20.34%

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

#B89154 (or 0xB89154) is known color: Barley Corn. HEX triplet: B8, 91 and 54. RGB value is (184,145,84). Sum of RGB (Red+Green+Blue) = 184+145+84=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B89154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89154 is #476EAB. Grayscale: #959595. Windows color (decimal): -4681388 or 5542328. OLE color: 5542328.

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

Color convert

RGB 184 145 84 -
CMYK 0 0.21 0.54 0.28
HSL 36.6º 0.41% 0.53% -
HSV(B) 36.6º 0.54% 0.72% -
XYZ 31.49 31.08 12.73 -
YUV 149.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 184 145 84 0 0.21 0.54 0.28 36.6 0.41 0.53
Hex B8 91 54 0 15 36 1C 25 29 35
Octal 270 221 124 0 25 66 34 45 51 65
Binary 10111000 10010001 1010100 0 10101 110110 11100 100101 101001 110101

Color Harmonies of #B89154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89154

Black with #B89154

Text Example


Text Example

White with #B89154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89154; }

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

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

background-color css

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

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

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

border-color css

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

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

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