Html Css Color HEX #B59462 Barley Corn

📋 copy color: '#B59462'

red 181 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #B59462

Tints of Barley Corn #B59462

RGB

 RED value IS 181 (71.09% from 255) = 42.39%

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

 BLUE value IS 98 (38.67% from 255) = 22.95%

R = 42.39%
G = 34.66%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B59462 (or 0xB59462) is known color: Barley Corn. HEX triplet: B5, 94 and 62. RGB value is (181,148,98). Sum of RGB (Red+Green+Blue) = 181+148+98=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59462 is #4A6B9D. Grayscale: #989898. Windows color (decimal): -4877214 or 6460597. OLE color: 6460597.

HSL color Cylindrical-coordinate representation of color #B59462: hue angle of 36.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B59462 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 98 -
CMYK 0 0.18 0.46 0.29
HSL 36.14º 0.36% 0.55% -
HSV(B) 36.14º 0.46% 0.71% -
XYZ 31.85 31.89 16.03 -
YUV 152.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 181 148 98 0 0.18 0.46 0.29 36.14 0.36 0.55
Hex B5 94 62 0 12 2E 1D 24 24 37
Octal 265 224 142 0 22 56 35 44 44 67
Binary 10110101 10010100 1100010 0 10010 101110 11101 100100 100100 110111

Color Harmonies of #B59462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59462

Black with #B59462

Text Example


Text Example

White with #B59462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59462; }

 p { color: rgb(181,148,98); }

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

background-color css

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

 a { background-color: rgb(181,148,98); }

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

border-color css

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

 span { border-color: rgb(181,148,98); }

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