Html Css Color HEX #B5905C Barley Corn

📋 copy color: '#B5905C'

red 181 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #B5905C

Tints of Barley Corn #B5905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 43.41%
G = 34.53%
B = 22.06%

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

#B5905C (or 0xB5905C) is known color: Barley Corn. HEX triplet: B5, 90 and 5C. RGB value is (181,144,92). Sum of RGB (Red+Green+Blue) = 181+144+92=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5905C is #4A6FA3. Grayscale: #959595. Windows color (decimal): -4878244 or 6066357. OLE color: 6066357.

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

Color convert

RGB 181 144 92 -
CMYK 0 0.20 0.49 0.29
HSL 35.06º 0.38% 0.54% -
HSV(B) 35.06º 0.49% 0.71% -
XYZ 30.96 30.54 14.39 -
YUV 149.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 181 144 92 0 0.20 0.49 0.29 35.06 0.38 0.54
Hex B5 90 5C 0 14 31 1D 23 26 36
Octal 265 220 134 0 24 61 35 43 46 66
Binary 10110101 10010000 1011100 0 10100 110001 11101 100011 100110 110110

Color Harmonies of #B5905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5905C

Black with #B5905C

Text Example


Text Example

White with #B5905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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