Html Css Color HEX #B0915B Barley Corn

📋 copy color: '#B0915B'

red 176 ◦ green 145 ◦ blue 91

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

Shades of Barley Corn #B0915B

Tints of Barley Corn #B0915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 42.72%
G = 35.19%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0915B (or 0xB0915B) is known color: Barley Corn. HEX triplet: B0, 91 and 5B. RGB value is (176,145,91). Sum of RGB (Red+Green+Blue) = 176+145+91=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915B is #4F6EA4. Grayscale: #949494. Windows color (decimal): -5205669 or 6001072. OLE color: 6001072.

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

Color convert

RGB 176 145 91 -
CMYK 0 0.18 0.48 0.31
HSL 38.12º 0.35% 0.52% -
HSV(B) 38.12º 0.48% 0.69% -
XYZ 29.92 30.24 14.16 -
YUV 148.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 176 145 91 0 0.18 0.48 0.31 38.12 0.35 0.52
Hex B0 91 5B 0 12 30 1F 26 23 34
Octal 260 221 133 0 22 60 37 46 43 64
Binary 10110000 10010001 1011011 0 10010 110000 11111 100110 100011 110100

Color Harmonies of #B0915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0915B

Black with #B0915B

Text Example


Text Example

White with #B0915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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