Html Css Color HEX #B2626E Turkish Rose

📋 copy color: '#B2626E'

red 178 ◦ green 98 ◦ blue 110

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

Shades of Turkish Rose #B2626E

Tints of Turkish Rose #B2626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 46.11%
G = 25.39%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2626E (or 0xB2626E) is known color: Turkish Rose. HEX triplet: B2, 62 and 6E. RGB value is (178,98,110). Sum of RGB (Red+Green+Blue) = 178+98+110=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2626E is #4D9D91. Grayscale: #7B7B7B. Windows color (decimal): -5086610 or 7234226. OLE color: 7234226.

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

Color convert

RGB 178 98 110 -
CMYK 0 0.45 0.38 0.30
HSL 351º 0.34% 0.54% -
HSV(B) 351º 0.45% 0.7% -
XYZ 25.54 19.33 17.14 -
YUV 123.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 178 98 110 0 0.45 0.38 0.30 351 0.34 0.54
Hex B2 62 6E 0 2D 26 1E 15F 22 36
Octal 262 142 156 0 55 46 36 537 42 66
Binary 10110010 1100010 1101110 0 101101 100110 11110 101011111 100010 110110

Color Harmonies of #B2626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2626E

Black with #B2626E

Text Example


Text Example

White with #B2626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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