Html Css Color HEX #B0915C Barley Corn

📋 copy color: '#B0915C'

red 176 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #B0915C

Tints of Barley Corn #B0915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 42.62%
G = 35.11%
B = 22.28%

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

#B0915C (or 0xB0915C) is known color: Barley Corn. HEX triplet: B0, 91 and 5C. RGB value is (176,145,92). Sum of RGB (Red+Green+Blue) = 176+145+92=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915C is #4F6EA3. Grayscale: #949494. Windows color (decimal): -5205668 or 6066608. OLE color: 6066608.

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

Color convert

RGB 176 145 92 -
CMYK 0 0.18 0.48 0.31
HSL 37.86º 0.35% 0.53% -
HSV(B) 37.86º 0.48% 0.69% -
XYZ 29.96 30.25 14.39 -
YUV 148.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 176 145 92 0 0.18 0.48 0.31 37.86 0.35 0.53
Hex B0 91 5C 0 12 30 1F 26 23 35
Octal 260 221 134 0 22 60 37 46 43 65
Binary 10110000 10010001 1011100 0 10010 110000 11111 100110 100011 110101

Color Harmonies of #B0915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0915C

Black with #B0915C

Text Example


Text Example

White with #B0915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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