Html Css Color HEX #B0626B Turkish Rose

📋 copy color: '#B0626B'

red 176 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #B0626B

Tints of Turkish Rose #B0626B

RGB

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

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

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

R = 46.19%
G = 25.72%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0626B (or 0xB0626B) is known color: Turkish Rose. HEX triplet: B0, 62 and 6B. RGB value is (176,98,107). Sum of RGB (Red+Green+Blue) = 176+98+107=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626B is #4F9D94. Grayscale: #7A7A7A. Windows color (decimal): -5217685 or 7037616. OLE color: 7037616.

HSL color Cylindrical-coordinate representation of color #B0626B: hue angle of 353.08º 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 #B0626B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 107 -
CMYK 0 0.44 0.39 0.31
HSL 353.08º 0.33% 0.54% -
HSV(B) 353.08º 0.44% 0.69% -
XYZ 24.93 19.03 16.27 -
YUV 122.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 176 98 107 0 0.44 0.39 0.31 353.08 0.33 0.54
Hex B0 62 6B 0 2C 27 1F 161 21 36
Octal 260 142 153 0 54 47 37 541 41 66
Binary 10110000 1100010 1101011 0 101100 100111 11111 101100001 100001 110110

Color Harmonies of #B0626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0626B

Black with #B0626B

Text Example


Text Example

White with #B0626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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