Html Css Color HEX #B89A56 Barley Corn

📋 copy color: '#B89A56'

red 184 ◦ green 154 ◦ blue 86

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

Shades of Barley Corn #B89A56

Tints of Barley Corn #B89A56

RGB

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

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

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

R = 43.4%
G = 36.32%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B89A56 (or 0xB89A56) is known color: Barley Corn. HEX triplet: B8, 9A and 56. RGB value is (184,154,86). Sum of RGB (Red+Green+Blue) = 184+154+86=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A56 is #4765A9. Grayscale: #9B9B9B. Windows color (decimal): -4679082 or 5675704. OLE color: 5675704.

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

Color convert

RGB 184 154 86 -
CMYK 0 0.16 0.53 0.28
HSL 41.63º 0.41% 0.53% -
HSV(B) 41.63º 0.53% 0.72% -
XYZ 33 33.97 13.62 -
YUV 155.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 184 154 86 0 0.16 0.53 0.28 41.63 0.41 0.53
Hex B8 9A 56 0 10 35 1C 2A 29 35
Octal 270 232 126 0 20 65 34 52 51 65
Binary 10111000 10011010 1010110 0 10000 110101 11100 101010 101001 110101

Color Harmonies of #B89A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A56

Black with #B89A56

Text Example


Text Example

White with #B89A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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