Html Css Color HEX #B0757B Turkish Rose

📋 copy color: '#B0757B'

red 176 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #B0757B

Tints of Turkish Rose #B0757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 42.31%
G = 28.13%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0757B (or 0xB0757B) is known color: Turkish Rose. HEX triplet: B0, 75 and 7B. RGB value is (176,117,123). Sum of RGB (Red+Green+Blue) = 176+117+123=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757B is #4F8A84. Grayscale: #878787. Windows color (decimal): -5212805 or 8091056. OLE color: 8091056.

HSL color Cylindrical-coordinate representation of color #B0757B: hue angle of 353.9º 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 #B0757B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 123 -
CMYK 0 0.34 0.30 0.31
HSL 353.9º 0.27% 0.57% -
HSV(B) 353.9º 0.34% 0.69% -
XYZ 27.84 23.38 21.78 -
YUV 135.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 176 117 123 0 0.34 0.30 0.31 353.9 0.27 0.57
Hex B0 75 7B 0 22 1E 1F 162 1B 39
Octal 260 165 173 0 42 36 37 542 33 71
Binary 10110000 1110101 1111011 0 100010 11110 11111 101100010 11011 111001

Color Harmonies of #B0757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0757B

Black with #B0757B

Text Example


Text Example

White with #B0757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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