Html Css Color HEX #B0757D Turkish Rose

📋 copy color: '#B0757D'

red 176 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #B0757D

Tints of Turkish Rose #B0757D

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 42.11%
G = 27.99%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0757D (or 0xB0757D) is known color: Turkish Rose. HEX triplet: B0, 75 and 7D. RGB value is (176,117,125). Sum of RGB (Red+Green+Blue) = 176+117+125=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757D is #4F8A82. Grayscale: #878787. Windows color (decimal): -5212803 or 8222128. OLE color: 8222128.

HSL color Cylindrical-coordinate representation of color #B0757D: hue angle of 351.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0757D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 125 -
CMYK 0 0.34 0.29 0.31
HSL 351.86º 0.27% 0.57% -
HSV(B) 351.86º 0.34% 0.69% -
XYZ 27.97 23.43 22.45 -
YUV 135.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 176 117 125 0 0.34 0.29 0.31 351.86 0.27 0.57
Hex B0 75 7D 0 22 1D 1F 160 1B 39
Octal 260 165 175 0 42 35 37 540 33 71
Binary 10110000 1110101 1111101 0 100010 11101 11111 101100000 11011 111001

Color Harmonies of #B0757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0757D

Black with #B0757D

Text Example


Text Example

White with #B0757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0757D; }

 p { color: rgb(176,117,125); }

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

background-color css

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

 a { background-color: rgb(176,117,125); }

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

border-color css

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

 span { border-color: rgb(176,117,125); }

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