Html Css Color HEX #B0737C Turkish Rose

📋 copy color: '#B0737C'

red 176 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #B0737C

Tints of Turkish Rose #B0737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 42.41%
G = 27.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0737C (or 0xB0737C) is known color: Turkish Rose. HEX triplet: B0, 73 and 7C. RGB value is (176,115,124). Sum of RGB (Red+Green+Blue) = 176+115+124=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0737C is #4F8C83. Grayscale: #868686. Windows color (decimal): -5213316 or 8156080. OLE color: 8156080.

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

Color convert

RGB 176 115 124 -
CMYK 0 0.35 0.30 0.31
HSL 351.15º 0.28% 0.57% -
HSV(B) 351.15º 0.35% 0.69% -
XYZ 27.67 22.95 22.04 -
YUV 134.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 176 115 124 0 0.35 0.30 0.31 351.15 0.28 0.57
Hex B0 73 7C 0 23 1E 1F 15F 1C 39
Octal 260 163 174 0 43 36 37 537 34 71
Binary 10110000 1110011 1111100 0 100011 11110 11111 101011111 11100 111001

Color Harmonies of #B0737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0737C

Black with #B0737C

Text Example


Text Example

White with #B0737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0737C; }

 p { color: rgb(176,115,124); }

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

background-color css

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

 a { background-color: rgb(176,115,124); }

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

border-color css

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

 span { border-color: rgb(176,115,124); }

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