Html Css Color HEX #B89356 Barley Corn

📋 copy color: '#B89356'

red 184 ◦ green 147 ◦ blue 86

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

Shades of Barley Corn #B89356

Tints of Barley Corn #B89356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 44.12%
G = 35.25%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B89356 (or 0xB89356) is known color: Barley Corn. HEX triplet: B8, 93 and 56. RGB value is (184,147,86). Sum of RGB (Red+Green+Blue) = 184+147+86=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89356 is #476CA9. Grayscale: #979797. Windows color (decimal): -4680874 or 5673912. OLE color: 5673912.

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

Color convert

RGB 184 147 86 -
CMYK 0 0.20 0.53 0.28
HSL 37.35º 0.41% 0.53% -
HSV(B) 37.35º 0.53% 0.72% -
XYZ 31.88 31.73 13.25 -
YUV 151.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 184 147 86 0 0.20 0.53 0.28 37.35 0.41 0.53
Hex B8 93 56 0 14 35 1C 25 29 35
Octal 270 223 126 0 24 65 34 45 51 65
Binary 10111000 10010011 1010110 0 10100 110101 11100 100101 101001 110101

Color Harmonies of #B89356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89356

Black with #B89356

Text Example


Text Example

White with #B89356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89356; }

 p { color: rgb(184,147,86); }

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

background-color css

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

 a { background-color: rgb(184,147,86); }

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

border-color css

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

 span { border-color: rgb(184,147,86); }

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