Html Css Color HEX #B2656A Turkish Rose

📋 copy color: '#B2656A'

red 178 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #B2656A

Tints of Turkish Rose #B2656A

RGB

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

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

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

R = 46.23%
G = 26.23%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2656A (or 0xB2656A) is known color: Turkish Rose. HEX triplet: B2, 65 and 6A. RGB value is (178,101,106). Sum of RGB (Red+Green+Blue) = 178+101+106=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2656A is #4D9A95. Grayscale: #7C7C7C. Windows color (decimal): -5085846 or 6972850. OLE color: 6972850.

HSL color Cylindrical-coordinate representation of color #B2656A: hue angle of 356.1º 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 #B2656A is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 106 -
CMYK 0 0.43 0.40 0.30
HSL 356.1º 0.33% 0.55% -
HSV(B) 356.1º 0.43% 0.7% -
XYZ 25.62 19.81 16.11 -
YUV 124.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 178 101 106 0 0.43 0.40 0.30 356.1 0.33 0.55
Hex B2 65 6A 0 2B 28 1E 164 21 37
Octal 262 145 152 0 53 50 36 544 41 67
Binary 10110010 1100101 1101010 0 101011 101000 11110 101100100 100001 110111

Color Harmonies of #B2656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2656A

Black with #B2656A

Text Example


Text Example

White with #B2656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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