Html Css Color HEX #B58283 Tapestry

📋 copy color: '#B58283'

red 181 ◦ green 130 ◦ blue 131

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

Shades of Tapestry #B58283

Tints of Tapestry #B58283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 40.95%
G = 29.41%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B58283 (or 0xB58283) is known color: Tapestry. HEX triplet: B5, 82 and 83. RGB value is (181,130,131). Sum of RGB (Red+Green+Blue) = 181+130+131=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58283 is #4A7D7C. Grayscale: #919191. Windows color (decimal): -4881789 or 8618677. OLE color: 8618677.

HSL color Cylindrical-coordinate representation of color #B58283: hue angle of 358.82º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58283 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 131 -
CMYK 0 0.28 0.28 0.29
HSL 358.82º 0.26% 0.61% -
HSV(B) 358.82º 0.28% 0.71% -
XYZ 31.14 27.43 25.13 -
YUV 145.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 181 130 131 0 0.28 0.28 0.29 358.82 0.26 0.61
Hex B5 82 83 0 1C 1C 1D 167 1A 3D
Octal 265 202 203 0 34 34 35 547 32 75
Binary 10110101 10000010 10000011 0 11100 11100 11101 101100111 11010 111101

Color Harmonies of #B58283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58283

Black with #B58283

Text Example


Text Example

White with #B58283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58283; }

 p { color: rgb(181,130,131); }

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

background-color css

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

 a { background-color: rgb(181,130,131); }

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

border-color css

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

 span { border-color: rgb(181,130,131); }

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