Html Css Color HEX #B89D5E Barley Corn

📋 copy color: '#B89D5E'

red 184 ◦ green 157 ◦ blue 94

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

Shades of Barley Corn #B89D5E

Tints of Barley Corn #B89D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 42.3%
G = 36.09%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B89D5E (or 0xB89D5E) is known color: Barley Corn. HEX triplet: B8, 9D and 5E. RGB value is (184,157,94). Sum of RGB (Red+Green+Blue) = 184+157+94=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D5E is #4762A1. Grayscale: #9E9E9E. Windows color (decimal): -4678306 or 6200760. OLE color: 6200760.

HSL color Cylindrical-coordinate representation of color #B89D5E: hue angle of 42º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B89D5E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 157 94 -
CMYK 0 0.15 0.49 0.28
HSL 42º 0.39% 0.55% -
HSV(B) 42º 0.49% 0.72% -
XYZ 33.84 35.11 15.58 -
YUV 157.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 184 157 94 0 0.15 0.49 0.28 42 0.39 0.55
Hex B8 9D 5E 0 F 31 1C 2A 27 37
Octal 270 235 136 0 17 61 34 52 47 67
Binary 10111000 10011101 1011110 0 1111 110001 11100 101010 100111 110111

Color Harmonies of #B89D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89D5E

Black with #B89D5E

Text Example


Text Example

White with #B89D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89D5E; }

 p { color: rgb(184,157,94); }

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

background-color css

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

 a { background-color: rgb(184,157,94); }

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

border-color css

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

 span { border-color: rgb(184,157,94); }

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