Html Css Color HEX #B5935C Barley Corn

📋 copy color: '#B5935C'

red 181 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #B5935C

Tints of Barley Corn #B5935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 43.1%
G = 35%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5935C (or 0xB5935C) is known color: Barley Corn. HEX triplet: B5, 93 and 5C. RGB value is (181,147,92). Sum of RGB (Red+Green+Blue) = 181+147+92=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5935C is #4A6CA3. Grayscale: #979797. Windows color (decimal): -4877476 or 6067125. OLE color: 6067125.

HSL color Cylindrical-coordinate representation of color #B5935C: hue angle of 37.08º 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 #B5935C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 147 92 -
CMYK 0 0.19 0.49 0.29
HSL 37.08º 0.38% 0.54% -
HSV(B) 37.08º 0.49% 0.71% -
XYZ 31.42 31.46 14.54 -
YUV 150.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 181 147 92 0 0.19 0.49 0.29 37.08 0.38 0.54
Hex B5 93 5C 0 13 31 1D 25 26 36
Octal 265 223 134 0 23 61 35 45 46 66
Binary 10110101 10010011 1011100 0 10011 110001 11101 100101 100110 110110

Color Harmonies of #B5935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5935C

Black with #B5935C

Text Example


Text Example

White with #B5935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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