Html Css Color HEX #B3626B Turkish Rose

📋 copy color: '#B3626B'

red 179 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #B3626B

Tints of Turkish Rose #B3626B

RGB

 RED value IS 179 (70.31% from 255) = 46.61%

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 46.61%
G = 25.52%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3626B (or 0xB3626B) is known color: Turkish Rose. HEX triplet: B3, 62 and 6B. RGB value is (179,98,107). Sum of RGB (Red+Green+Blue) = 179+98+107=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3626B is #4C9D94. Grayscale: #7B7B7B. Windows color (decimal): -5021077 or 7037619. OLE color: 7037619.

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

Color convert

RGB 179 98 107 -
CMYK 0 0.45 0.40 0.30
HSL 353.33º 0.35% 0.54% -
HSV(B) 353.33º 0.45% 0.7% -
XYZ 25.61 19.38 16.3 -
YUV 123.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 179 98 107 0 0.45 0.40 0.30 353.33 0.35 0.54
Hex B3 62 6B 0 2D 28 1E 161 23 36
Octal 263 142 153 0 55 50 36 541 43 66
Binary 10110011 1100010 1101011 0 101101 101000 11110 101100001 100011 110110

Color Harmonies of #B3626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3626B

Black with #B3626B

Text Example


Text Example

White with #B3626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3626B; }

 p { color: rgb(179,98,107); }

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

background-color css

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

 a { background-color: rgb(179,98,107); }

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

border-color css

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

 span { border-color: rgb(179,98,107); }

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