Html Css Color HEX #B4915F Barley Corn

📋 copy color: '#B4915F'

red 180 ◦ green 145 ◦ blue 95

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

Shades of Barley Corn #B4915F

Tints of Barley Corn #B4915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 42.86%
G = 34.52%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4915F (or 0xB4915F) is known color: Barley Corn. HEX triplet: B4, 91 and 5F. RGB value is (180,145,95). Sum of RGB (Red+Green+Blue) = 180+145+95=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4915F is #4B6EA0. Grayscale: #969696. Windows color (decimal): -4943521 or 6263220. OLE color: 6263220.

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

Color convert

RGB 180 145 95 -
CMYK 0 0.19 0.47 0.29
HSL 35.29º 0.36% 0.54% -
HSV(B) 35.29º 0.47% 0.71% -
XYZ 31.01 30.78 15.13 -
YUV 149.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 180 145 95 0 0.19 0.47 0.29 35.29 0.36 0.54
Hex B4 91 5F 0 13 2F 1D 23 24 36
Octal 264 221 137 0 23 57 35 43 44 66
Binary 10110100 10010001 1011111 0 10011 101111 11101 100011 100100 110110

Color Harmonies of #B4915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4915F

Black with #B4915F

Text Example


Text Example

White with #B4915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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