Html Css Color HEX #B2656D Turkish Rose

📋 copy color: '#B2656D'

red 178 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #B2656D

Tints of Turkish Rose #B2656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 45.88%
G = 26.03%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2656D (or 0xB2656D) is known color: Turkish Rose. HEX triplet: B2, 65 and 6D. RGB value is (178,101,109). Sum of RGB (Red+Green+Blue) = 178+101+109=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2656D is #4D9A92. Grayscale: #7C7C7C. Windows color (decimal): -5085843 or 7169458. OLE color: 7169458.

HSL color Cylindrical-coordinate representation of color #B2656D: hue angle of 353.77º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2656D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 109 -
CMYK 0 0.43 0.39 0.30
HSL 353.77º 0.33% 0.55% -
HSV(B) 353.77º 0.43% 0.7% -
XYZ 25.77 19.88 16.95 -
YUV 124.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 178 101 109 0 0.43 0.39 0.30 353.77 0.33 0.55
Hex B2 65 6D 0 2B 27 1E 162 21 37
Octal 262 145 155 0 53 47 36 542 41 67
Binary 10110010 1100101 1101101 0 101011 100111 11110 101100010 100001 110111

Color Harmonies of #B2656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2656D

Black with #B2656D

Text Example


Text Example

White with #B2656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2656D; }

 p { color: rgb(178,101,109); }

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

background-color css

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

 a { background-color: rgb(178,101,109); }

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

border-color css

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

 span { border-color: rgb(178,101,109); }

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