Html Css Color HEX #B89B58 Barley Corn

📋 copy color: '#B89B58'

red 184 ◦ green 155 ◦ blue 88

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

Shades of Barley Corn #B89B58

Tints of Barley Corn #B89B58

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

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

R = 43.09%
G = 36.3%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B89B58 (or 0xB89B58) is known color: Barley Corn. HEX triplet: B8, 9B and 58. RGB value is (184,155,88). Sum of RGB (Red+Green+Blue) = 184+155+88=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B58 is #4764A7. Grayscale: #9C9C9C. Windows color (decimal): -4678824 or 5807032. OLE color: 5807032.

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

Color convert

RGB 184 155 88 -
CMYK 0 0.16 0.52 0.28
HSL 41.88º 0.4% 0.53% -
HSV(B) 41.88º 0.52% 0.72% -
XYZ 33.25 34.34 14.11 -
YUV 156.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 184 155 88 0 0.16 0.52 0.28 41.88 0.4 0.53
Hex B8 9B 58 0 10 34 1C 2A 28 35
Octal 270 233 130 0 20 64 34 52 50 65
Binary 10111000 10011011 1011000 0 10000 110100 11100 101010 101000 110101

Color Harmonies of #B89B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B58

Black with #B89B58

Text Example


Text Example

White with #B89B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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