Html Css Color HEX #B2656E Turkish Rose

📋 copy color: '#B2656E'

red 178 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #B2656E

Tints of Turkish Rose #B2656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 45.76%
G = 25.96%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2656E (or 0xB2656E) is known color: Turkish Rose. HEX triplet: B2, 65 and 6E. RGB value is (178,101,110). Sum of RGB (Red+Green+Blue) = 178+101+110=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2656E is #4D9A91. Grayscale: #7D7D7D. Windows color (decimal): -5085842 or 7234994. OLE color: 7234994.

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

Color convert

RGB 178 101 110 -
CMYK 0 0.43 0.38 0.30
HSL 352.99º 0.33% 0.55% -
HSV(B) 352.99º 0.43% 0.7% -
XYZ 25.83 19.9 17.23 -
YUV 125.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 178 101 110 0 0.43 0.38 0.30 352.99 0.33 0.55
Hex B2 65 6E 0 2B 26 1E 161 21 37
Octal 262 145 156 0 53 46 36 541 41 67
Binary 10110010 1100101 1101110 0 101011 100110 11110 101100001 100001 110111

Color Harmonies of #B2656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2656E

Black with #B2656E

Text Example


Text Example

White with #B2656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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