Html Css Color HEX #B0757A Turkish Rose

📋 copy color: '#B0757A'

red 176 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #B0757A

Tints of Turkish Rose #B0757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 42.41%
G = 28.19%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0757A (or 0xB0757A) is known color: Turkish Rose. HEX triplet: B0, 75 and 7A. RGB value is (176,117,122). Sum of RGB (Red+Green+Blue) = 176+117+122=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757A is #4F8A85. Grayscale: #878787. Windows color (decimal): -5212806 or 8025520. OLE color: 8025520.

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

Color convert

RGB 176 117 122 -
CMYK 0 0.34 0.31 0.31
HSL 354.92º 0.27% 0.57% -
HSV(B) 354.92º 0.34% 0.69% -
XYZ 27.78 23.36 21.46 -
YUV 135.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 176 117 122 0 0.34 0.31 0.31 354.92 0.27 0.57
Hex B0 75 7A 0 22 1F 1F 163 1B 39
Octal 260 165 172 0 42 37 37 543 33 71
Binary 10110000 1110101 1111010 0 100010 11111 11111 101100011 11011 111001

Color Harmonies of #B0757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0757A

Black with #B0757A

Text Example


Text Example

White with #B0757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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