Html Css Color HEX #B89460 Barley Corn

📋 copy color: '#B89460'

red 184 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #B89460

Tints of Barley Corn #B89460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 42.99%
G = 34.58%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B89460 (or 0xB89460) is known color: Barley Corn. HEX triplet: B8, 94 and 60. RGB value is (184,148,96). Sum of RGB (Red+Green+Blue) = 184+148+96=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B89460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89460 is #476B9F. Grayscale: #999999. Windows color (decimal): -4680608 or 6329528. OLE color: 6329528.

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

Color convert

RGB 184 148 96 -
CMYK 0 0.20 0.48 0.28
HSL 35.45º 0.38% 0.55% -
HSV(B) 35.45º 0.48% 0.72% -
XYZ 32.47 32.21 15.57 -
YUV 152.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 184 148 96 0 0.20 0.48 0.28 35.45 0.38 0.55
Hex B8 94 60 0 14 30 1C 23 26 37
Octal 270 224 140 0 24 60 34 43 46 67
Binary 10111000 10010100 1100000 0 10100 110000 11100 100011 100110 110111

Color Harmonies of #B89460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89460

Black with #B89460

Text Example


Text Example

White with #B89460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89460; }

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

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

background-color css

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

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

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

border-color css

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

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

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