Html Css Color HEX #B89461 Barley Corn

📋 copy color: '#B89461'

red 184 ◦ green 148 ◦ blue 97

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

Shades of Barley Corn #B89461

Tints of Barley Corn #B89461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 42.89%
G = 34.5%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B89461 (or 0xB89461) is known color: Barley Corn. HEX triplet: B8, 94 and 61. RGB value is (184,148,97). Sum of RGB (Red+Green+Blue) = 184+148+97=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89461 is #476B9E. Grayscale: #999999. Windows color (decimal): -4680607 or 6395064. OLE color: 6395064.

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

Color convert

RGB 184 148 97 -
CMYK 0 0.20 0.47 0.28
HSL 35.17º 0.38% 0.55% -
HSV(B) 35.17º 0.47% 0.72% -
XYZ 32.51 32.23 15.82 -
YUV 152.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 184 148 97 0 0.20 0.47 0.28 35.17 0.38 0.55
Hex B8 94 61 0 14 2F 1C 23 26 37
Octal 270 224 141 0 24 57 34 43 46 67
Binary 10111000 10010100 1100001 0 10100 101111 11100 100011 100110 110111

Color Harmonies of #B89461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89461

Black with #B89461

Text Example


Text Example

White with #B89461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89461; }

 p { color: rgb(184,148,97); }

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

background-color css

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

 a { background-color: rgb(184,148,97); }

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

border-color css

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

 span { border-color: rgb(184,148,97); }

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