Html Css Color HEX #B89258 Barley Corn

📋 copy color: '#B89258'

red 184 ◦ green 146 ◦ blue 88

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

Shades of Barley Corn #B89258

Tints of Barley Corn #B89258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 44.02%
G = 34.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B89258 (or 0xB89258) is known color: Barley Corn. HEX triplet: B8, 92 and 58. RGB value is (184,146,88). Sum of RGB (Red+Green+Blue) = 184+146+88=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89258 is #476DA7. Grayscale: #979797. Windows color (decimal): -4681128 or 5804728. OLE color: 5804728.

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

Color convert

RGB 184 146 88 -
CMYK 0 0.21 0.52 0.28
HSL 36.25º 0.4% 0.53% -
HSV(B) 36.25º 0.52% 0.72% -
XYZ 31.81 31.45 13.63 -
YUV 150.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 184 146 88 0 0.21 0.52 0.28 36.25 0.4 0.53
Hex B8 92 58 0 15 34 1C 24 28 35
Octal 270 222 130 0 25 64 34 44 50 65
Binary 10111000 10010010 1011000 0 10101 110100 11100 100100 101000 110101

Color Harmonies of #B89258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89258

Black with #B89258

Text Example


Text Example

White with #B89258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89258; }

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

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

background-color css

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

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

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

border-color css

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

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

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