Html Css Color HEX #B58081 Turkish Rose

📋 copy color: '#B58081'

red 181 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #B58081

Tints of Turkish Rose #B58081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 41.32%
G = 29.22%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B58081 (or 0xB58081) is known color: Turkish Rose. HEX triplet: B5, 80 and 81. RGB value is (181,128,129). Sum of RGB (Red+Green+Blue) = 181+128+129=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58081 is #4A7F7E. Grayscale: #909090. Windows color (decimal): -4882303 or 8487093. OLE color: 8487093.

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

Color convert

RGB 181 128 129 -
CMYK 0 0.29 0.29 0.29
HSL 358.87º 0.26% 0.61% -
HSV(B) 358.87º 0.29% 0.71% -
XYZ 30.74 26.85 24.33 -
YUV 143.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 181 128 129 0 0.29 0.29 0.29 358.87 0.26 0.61
Hex B5 80 81 0 1D 1D 1D 167 1A 3D
Octal 265 200 201 0 35 35 35 547 32 75
Binary 10110101 10000000 10000001 0 11101 11101 11101 101100111 11010 111101

Color Harmonies of #B58081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58081

Black with #B58081

Text Example


Text Example

White with #B58081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58081; }

 p { color: rgb(181,128,129); }

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

background-color css

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

 a { background-color: rgb(181,128,129); }

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

border-color css

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

 span { border-color: rgb(181,128,129); }

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