Html Css Color HEX #B2646A Turkish Rose

📋 copy color: '#B2646A'

red 178 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #B2646A

Tints of Turkish Rose #B2646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 46.35%
G = 26.04%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2646A (or 0xB2646A) is known color: Turkish Rose. HEX triplet: B2, 64 and 6A. RGB value is (178,100,106). Sum of RGB (Red+Green+Blue) = 178+100+106=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646A is #4D9B95. Grayscale: #7C7C7C. Windows color (decimal): -5086102 or 6972594. OLE color: 6972594.

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

Color convert

RGB 178 100 106 -
CMYK 0 0.44 0.40 0.30
HSL 355.38º 0.34% 0.55% -
HSV(B) 355.38º 0.44% 0.7% -
XYZ 25.52 19.62 16.08 -
YUV 124.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 178 100 106 0 0.44 0.40 0.30 355.38 0.34 0.55
Hex B2 64 6A 0 2C 28 1E 163 22 37
Octal 262 144 152 0 54 50 36 543 42 67
Binary 10110010 1100100 1101010 0 101100 101000 11110 101100011 100010 110111

Color Harmonies of #B2646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2646A

Black with #B2646A

Text Example


Text Example

White with #B2646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2646A; }

 p { color: rgb(178,100,106); }

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

background-color css

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

 a { background-color: rgb(178,100,106); }

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

border-color css

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

 span { border-color: rgb(178,100,106); }

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