Html Css Color HEX #B2707A Turkish Rose

📋 copy color: '#B2707A'

red 178 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #B2707A

Tints of Turkish Rose #B2707A

RGB

 RED value IS 178 (69.92% from 255) = 43.2%

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

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

R = 43.2%
G = 27.18%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2707A (or 0xB2707A) is known color: Turkish Rose. HEX triplet: B2, 70 and 7A. RGB value is (178,112,122). Sum of RGB (Red+Green+Blue) = 178+112+122=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2707A is #4D8F85. Grayscale: #848484. Windows color (decimal): -5083014 or 8024242. OLE color: 8024242.

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

Color convert

RGB 178 112 122 -
CMYK 0 0.37 0.31 0.30
HSL 350.91º 0.3% 0.57% -
HSV(B) 350.91º 0.37% 0.7% -
XYZ 27.67 22.46 21.29 -
YUV 132.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 178 112 122 0 0.37 0.31 0.30 350.91 0.3 0.57
Hex B2 70 7A 0 25 1F 1E 15F 1E 39
Octal 262 160 172 0 45 37 36 537 36 71
Binary 10110010 1110000 1111010 0 100101 11111 11110 101011111 11110 111001

Color Harmonies of #B2707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2707A

Black with #B2707A

Text Example


Text Example

White with #B2707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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