Html Css Color HEX #B2757A Turkish Rose

📋 copy color: '#B2757A'

red 178 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #B2757A

Tints of Turkish Rose #B2757A

RGB

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

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

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

R = 42.69%
G = 28.06%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2757A (or 0xB2757A) is known color: Turkish Rose. HEX triplet: B2, 75 and 7A. RGB value is (178,117,122). Sum of RGB (Red+Green+Blue) = 178+117+122=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757A is #4D8A85. Grayscale: #878787. Windows color (decimal): -5081734 or 8025522. OLE color: 8025522.

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

Color convert

RGB 178 117 122 -
CMYK 0 0.34 0.31 0.30
HSL 355.08º 0.28% 0.58% -
HSV(B) 355.08º 0.34% 0.7% -
XYZ 28.23 23.59 21.48 -
YUV 135.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 178 117 122 0 0.34 0.31 0.30 355.08 0.28 0.58
Hex B2 75 7A 0 22 1F 1E 163 1C 3A
Octal 262 165 172 0 42 37 36 543 34 72
Binary 10110010 1110101 1111010 0 100010 11111 11110 101100011 11100 111010

Color Harmonies of #B2757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2757A

Black with #B2757A

Text Example


Text Example

White with #B2757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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