Html Css Color HEX #B5976A Fallow

📋 copy color: '#B5976A'

red 181 ◦ green 151 ◦ blue 106

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

Shades of Fallow #B5976A

Tints of Fallow #B5976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 41.32%
G = 34.47%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5976A (or 0xB5976A) is known color: Fallow. HEX triplet: B5, 97 and 6A. RGB value is (181,151,106). Sum of RGB (Red+Green+Blue) = 181+151+106=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976A is #4A6895. Grayscale: #9B9B9B. Windows color (decimal): -4876438 or 6985653. OLE color: 6985653.

HSL color Cylindrical-coordinate representation of color #B5976A: hue angle of 36º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5976A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 151 106 -
CMYK 0 0.17 0.41 0.29
HSL 36º 0.34% 0.56% -
HSV(B) 36º 0.41% 0.71% -
XYZ 32.72 33 18.28 -
YUV 154.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 181 151 106 0 0.17 0.41 0.29 36 0.34 0.56
Hex B5 97 6A 0 11 29 1D 24 22 38
Octal 265 227 152 0 21 51 35 44 42 70
Binary 10110101 10010111 1101010 0 10001 101001 11101 100100 100010 111000

Color Harmonies of #B5976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5976A

Black with #B5976A

Text Example


Text Example

White with #B5976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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