Html Css Color HEX #B5975F Barley Corn

📋 copy color: '#B5975F'

red 181 ◦ green 151 ◦ blue 95

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

Shades of Barley Corn #B5975F

Tints of Barley Corn #B5975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 42.39%
G = 35.36%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5975F (or 0xB5975F) is known color: Barley Corn. HEX triplet: B5, 97 and 5F. RGB value is (181,151,95). Sum of RGB (Red+Green+Blue) = 181+151+95=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5975F is #4A68A0. Grayscale: #999999. Windows color (decimal): -4876449 or 6264757. OLE color: 6264757.

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

Color convert

RGB 181 151 95 -
CMYK 0 0.17 0.48 0.29
HSL 39.07º 0.37% 0.54% -
HSV(B) 39.07º 0.48% 0.71% -
XYZ 32.19 32.78 15.46 -
YUV 153.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 181 151 95 0 0.17 0.48 0.29 39.07 0.37 0.54
Hex B5 97 5F 0 11 30 1D 27 25 36
Octal 265 227 137 0 21 60 35 47 45 66
Binary 10110101 10010111 1011111 0 10001 110000 11101 100111 100101 110110

Color Harmonies of #B5975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5975F

Black with #B5975F

Text Example


Text Example

White with #B5975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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