Html Css Color HEX #B0626D Turkish Rose

📋 copy color: '#B0626D'

red 176 ◦ green 98 ◦ blue 109

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

Shades of Turkish Rose #B0626D

Tints of Turkish Rose #B0626D

RGB

 RED value IS 176 (69.14% from 255) = 45.95%

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 45.95%
G = 25.59%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0626D (or 0xB0626D) is known color: Turkish Rose. HEX triplet: B0, 62 and 6D. RGB value is (176,98,109). Sum of RGB (Red+Green+Blue) = 176+98+109=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626D is #4F9D92. Grayscale: #7A7A7A. Windows color (decimal): -5217683 or 7168688. OLE color: 7168688.

HSL color Cylindrical-coordinate representation of color #B0626D: hue angle of 351.54º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0626D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 109 -
CMYK 0 0.44 0.38 0.31
HSL 351.54º 0.33% 0.54% -
HSV(B) 351.54º 0.44% 0.69% -
XYZ 25.03 19.07 16.83 -
YUV 122.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 176 98 109 0 0.44 0.38 0.31 351.54 0.33 0.54
Hex B0 62 6D 0 2C 26 1F 160 21 36
Octal 260 142 155 0 54 46 37 540 41 66
Binary 10110000 1100010 1101101 0 101100 100110 11111 101100000 100001 110110

Color Harmonies of #B0626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0626D

Black with #B0626D

Text Example


Text Example

White with #B0626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0626D; }

 p { color: rgb(176,98,109); }

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

background-color css

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

 a { background-color: rgb(176,98,109); }

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

border-color css

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

 span { border-color: rgb(176,98,109); }

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