Html Css Color HEX #B5915C Barley Corn

📋 copy color: '#B5915C'

red 181 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #B5915C

Tints of Barley Corn #B5915C

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

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

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

R = 43.3%
G = 34.69%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5915C (or 0xB5915C) is known color: Barley Corn. HEX triplet: B5, 91 and 5C. RGB value is (181,145,92). Sum of RGB (Red+Green+Blue) = 181+145+92=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5915C is #4A6EA3. Grayscale: #959595. Windows color (decimal): -4877988 or 6066613. OLE color: 6066613.

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

Color convert

RGB 181 145 92 -
CMYK 0 0.20 0.49 0.29
HSL 35.73º 0.38% 0.54% -
HSV(B) 35.73º 0.49% 0.71% -
XYZ 31.11 30.85 14.44 -
YUV 149.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 181 145 92 0 0.20 0.49 0.29 35.73 0.38 0.54
Hex B5 91 5C 0 14 31 1D 24 26 36
Octal 265 221 134 0 24 61 35 44 46 66
Binary 10110101 10010001 1011100 0 10100 110001 11101 100100 100110 110110

Color Harmonies of #B5915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5915C

Black with #B5915C

Text Example


Text Example

White with #B5915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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