Html Css Color HEX #B89656 Barley Corn

📋 copy color: '#B89656'

red 184 ◦ green 150 ◦ blue 86

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

Shades of Barley Corn #B89656

Tints of Barley Corn #B89656

RGB

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

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

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

R = 43.81%
G = 35.71%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B89656 (or 0xB89656) is known color: Barley Corn. HEX triplet: B8, 96 and 56. RGB value is (184,150,86). Sum of RGB (Red+Green+Blue) = 184+150+86=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B89656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89656 is #4769A9. Grayscale: #999999. Windows color (decimal): -4680106 or 5674680. OLE color: 5674680.

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

Color convert

RGB 184 150 86 -
CMYK 0 0.18 0.53 0.28
HSL 39.18º 0.41% 0.53% -
HSV(B) 39.18º 0.53% 0.72% -
XYZ 32.35 32.67 13.41 -
YUV 152.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 184 150 86 0 0.18 0.53 0.28 39.18 0.41 0.53
Hex B8 96 56 0 12 35 1C 27 29 35
Octal 270 226 126 0 22 65 34 47 51 65
Binary 10111000 10010110 1010110 0 10010 110101 11100 100111 101001 110101

Color Harmonies of #B89656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89656

Black with #B89656

Text Example


Text Example

White with #B89656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89656; }

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

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

background-color css

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

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

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

border-color css

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

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

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