Html Css Color HEX #B89A64 Barley Corn

📋 copy color: '#B89A64'

red 184 ◦ green 154 ◦ blue 100

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

Shades of Barley Corn #B89A64

Tints of Barley Corn #B89A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 42.01%
G = 35.16%
B = 22.83%

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

#B89A64 (or 0xB89A64) is known color: Barley Corn. HEX triplet: B8, 9A and 64. RGB value is (184,154,100). Sum of RGB (Red+Green+Blue) = 184+154+100=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A64 is #47659B. Grayscale: #9D9D9D. Windows color (decimal): -4679068 or 6593208. OLE color: 6593208.

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

Color convert

RGB 184 154 100 -
CMYK 0 0.16 0.46 0.28
HSL 38.57º 0.37% 0.56% -
HSV(B) 38.57º 0.46% 0.72% -
XYZ 33.62 34.22 16.89 -
YUV 156.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 184 154 100 0 0.16 0.46 0.28 38.57 0.37 0.56
Hex B8 9A 64 0 10 2E 1C 27 25 38
Octal 270 232 144 0 20 56 34 47 45 70
Binary 10111000 10011010 1100100 0 10000 101110 11100 100111 100101 111000

Color Harmonies of #B89A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A64

Black with #B89A64

Text Example


Text Example

White with #B89A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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