Html Css Color HEX #B4915E Barley Corn

📋 copy color: '#B4915E'

red 180 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #B4915E

Tints of Barley Corn #B4915E

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 42.96%
G = 34.61%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4915E (or 0xB4915E) is known color: Barley Corn. HEX triplet: B4, 91 and 5E. RGB value is (180,145,94). Sum of RGB (Red+Green+Blue) = 180+145+94=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4915E is #4B6EA1. Grayscale: #959595. Windows color (decimal): -4943522 or 6197684. OLE color: 6197684.

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

Color convert

RGB 180 145 94 -
CMYK 0 0.19 0.48 0.29
HSL 35.58º 0.36% 0.54% -
HSV(B) 35.58º 0.48% 0.71% -
XYZ 30.97 30.76 14.9 -
YUV 149.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 180 145 94 0 0.19 0.48 0.29 35.58 0.36 0.54
Hex B4 91 5E 0 13 30 1D 24 24 36
Octal 264 221 136 0 23 60 35 44 44 66
Binary 10110100 10010001 1011110 0 10011 110000 11101 100100 100100 110110

Color Harmonies of #B4915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4915E

Black with #B4915E

Text Example


Text Example

White with #B4915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4915E; }

 p { color: rgb(180,145,94); }

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

background-color css

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

 a { background-color: rgb(180,145,94); }

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

border-color css

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

 span { border-color: rgb(180,145,94); }

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