Html Css Color HEX #B5905F Barley Corn

📋 copy color: '#B5905F'

red 181 ◦ green 144 ◦ blue 95

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

Shades of Barley Corn #B5905F

Tints of Barley Corn #B5905F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 43.1%
G = 34.29%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5905F (or 0xB5905F) is known color: Barley Corn. HEX triplet: B5, 90 and 5F. RGB value is (181,144,95). Sum of RGB (Red+Green+Blue) = 181+144+95=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5905F is #4A6FA0. Grayscale: #959595. Windows color (decimal): -4878241 or 6262965. OLE color: 6262965.

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

Color convert

RGB 181 144 95 -
CMYK 0 0.20 0.48 0.29
HSL 34.19º 0.37% 0.54% -
HSV(B) 34.19º 0.48% 0.71% -
XYZ 31.09 30.6 15.09 -
YUV 149.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 181 144 95 0 0.20 0.48 0.29 34.19 0.37 0.54
Hex B5 90 5F 0 14 30 1D 22 25 36
Octal 265 220 137 0 24 60 35 42 45 66
Binary 10110101 10010000 1011111 0 10100 110000 11101 100010 100101 110110

Color Harmonies of #B5905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5905F

Black with #B5905F

Text Example


Text Example

White with #B5905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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