Html Css Color HEX #B89654 Barley Corn

📋 copy color: '#B89654'

red 184 ◦ green 150 ◦ blue 84

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

Shades of Barley Corn #B89654

Tints of Barley Corn #B89654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 44.02%
G = 35.89%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B89654 (or 0xB89654) is known color: Barley Corn. HEX triplet: B8, 96 and 54. RGB value is (184,150,84). Sum of RGB (Red+Green+Blue) = 184+150+84=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89654 is #4769AB. Grayscale: #989898. Windows color (decimal): -4680108 or 5543608. OLE color: 5543608.

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

Color convert

RGB 184 150 84 -
CMYK 0 0.18 0.54 0.28
HSL 39.6º 0.41% 0.53% -
HSV(B) 39.6º 0.54% 0.72% -
XYZ 32.27 32.64 12.99 -
YUV 152.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 184 150 84 0 0.18 0.54 0.28 39.6 0.41 0.53
Hex B8 96 54 0 12 36 1C 28 29 35
Octal 270 226 124 0 22 66 34 50 51 65
Binary 10111000 10010110 1010100 0 10010 110110 11100 101000 101001 110101

Color Harmonies of #B89654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89654

Black with #B89654

Text Example


Text Example

White with #B89654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89654; }

 p { color: rgb(184,150,84); }

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

background-color css

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

 a { background-color: rgb(184,150,84); }

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

border-color css

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

 span { border-color: rgb(184,150,84); }

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