Html Css Color HEX #B15F3D Tuscany

📋 copy color: '#B15F3D'

red 177 ◦ green 95 ◦ blue 61

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

Shades of Tuscany #B15F3D

Tints of Tuscany #B15F3D

RGB

 RED value IS 177 (69.53% from 255) = 53.15%

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 53.15%
G = 28.53%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B15F3D (or 0xB15F3D) is known color: Tuscany. HEX triplet: B1, 5F and 3D. RGB value is (177,95,61). Sum of RGB (Red+Green+Blue) = 177+95+61=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F3D is #4EA0C2. Grayscale: #737373. Windows color (decimal): -5152963 or 4022193. OLE color: 4022193.

HSL color Cylindrical-coordinate representation of color #B15F3D: hue angle of 17.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B15F3D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 95 61 -
CMYK 0 0.46 0.66 0.31
HSL 17.59º 0.49% 0.47% -
HSV(B) 17.59º 0.66% 0.69% -
XYZ 23.07 17.87 6.65 -
YUV 115.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 177 95 61 0 0.46 0.66 0.31 17.59 0.49 0.47
Hex B1 5F 3D 0 2E 42 1F 12 31 2F
Octal 261 137 75 0 56 102 37 22 61 57
Binary 10110001 1011111 111101 0 101110 1000010 11111 10010 110001 101111

Color Harmonies of #B15F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15F3D

Black with #B15F3D

Text Example


Text Example

White with #B15F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15F3D; }

 p { color: rgb(177,95,61); }

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

background-color css

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

 a { background-color: rgb(177,95,61); }

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

border-color css

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

 span { border-color: rgb(177,95,61); }

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