Html Css Color HEX #B0915E Barley Corn

📋 copy color: '#B0915E'

red 176 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #B0915E

Tints of Barley Corn #B0915E

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

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

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

R = 42.41%
G = 34.94%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0915E (or 0xB0915E) is known color: Barley Corn. HEX triplet: B0, 91 and 5E. RGB value is (176,145,94). Sum of RGB (Red+Green+Blue) = 176+145+94=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915E is #4F6EA1. Grayscale: #949494. Windows color (decimal): -5205666 or 6197680. OLE color: 6197680.

HSL color Cylindrical-coordinate representation of color #B0915E: hue angle of 37.32º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0915E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 94 -
CMYK 0 0.18 0.47 0.31
HSL 37.32º 0.34% 0.53% -
HSV(B) 37.32º 0.47% 0.69% -
XYZ 30.05 30.29 14.85 -
YUV 148.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 176 145 94 0 0.18 0.47 0.31 37.32 0.34 0.53
Hex B0 91 5E 0 12 2F 1F 25 22 35
Octal 260 221 136 0 22 57 37 45 42 65
Binary 10110000 10010001 1011110 0 10010 101111 11111 100101 100010 110101

Color Harmonies of #B0915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0915E

Black with #B0915E

Text Example


Text Example

White with #B0915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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