Html Css Color HEX #B3707A Turkish Rose

📋 copy color: '#B3707A'

red 179 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #B3707A

Tints of Turkish Rose #B3707A

RGB

 RED value IS 179 (70.31% from 255) = 43.34%

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 43.34%
G = 27.12%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3707A (or 0xB3707A) is known color: Turkish Rose. HEX triplet: B3, 70 and 7A. RGB value is (179,112,122). Sum of RGB (Red+Green+Blue) = 179+112+122=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3707A is #4C8F85. Grayscale: #858585. Windows color (decimal): -5017478 or 8024243. OLE color: 8024243.

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

Color convert

RGB 179 112 122 -
CMYK 0 0.37 0.32 0.30
HSL 351.04º 0.31% 0.57% -
HSV(B) 351.04º 0.37% 0.7% -
XYZ 27.9 22.58 21.3 -
YUV 133.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 179 112 122 0 0.37 0.32 0.30 351.04 0.31 0.57
Hex B3 70 7A 0 25 20 1E 15F 1F 39
Octal 263 160 172 0 45 40 36 537 37 71
Binary 10110011 1110000 1111010 0 100101 100000 11110 101011111 11111 111001

Color Harmonies of #B3707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3707A

Black with #B3707A

Text Example


Text Example

White with #B3707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3707A; }

 p { color: rgb(179,112,122); }

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

background-color css

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

 a { background-color: rgb(179,112,122); }

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

border-color css

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

 span { border-color: rgb(179,112,122); }

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