Html Css Color HEX #B89A63 Barley Corn

📋 copy color: '#B89A63'

red 184 ◦ green 154 ◦ blue 99

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

Shades of Barley Corn #B89A63

Tints of Barley Corn #B89A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

 BLUE value IS 99 (39.06% from 255) = 22.65%

R = 42.11%
G = 35.24%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B89A63 (or 0xB89A63) is known color: Barley Corn. HEX triplet: B8, 9A and 63. RGB value is (184,154,99). Sum of RGB (Red+Green+Blue) = 184+154+99=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A63 is #47659C. Grayscale: #9C9C9C. Windows color (decimal): -4679069 or 6527672. OLE color: 6527672.

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

Color convert

RGB 184 154 99 -
CMYK 0 0.16 0.46 0.28
HSL 38.82º 0.37% 0.55% -
HSV(B) 38.82º 0.46% 0.72% -
XYZ 33.57 34.2 16.64 -
YUV 156.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 184 154 99 0 0.16 0.46 0.28 38.82 0.37 0.55
Hex B8 9A 63 0 10 2E 1C 27 25 37
Octal 270 232 143 0 20 56 34 47 45 67
Binary 10111000 10011010 1100011 0 10000 101110 11100 100111 100101 110111

Color Harmonies of #B89A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A63

Black with #B89A63

Text Example


Text Example

White with #B89A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A63; }

 p { color: rgb(184,154,99); }

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

background-color css

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

 a { background-color: rgb(184,154,99); }

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

border-color css

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

 span { border-color: rgb(184,154,99); }

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