Html Css Color HEX #B0626C Turkish Rose

📋 copy color: '#B0626C'

red 176 ◦ green 98 ◦ blue 108

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

Shades of Turkish Rose #B0626C

Tints of Turkish Rose #B0626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 46.07%
G = 25.65%
B = 28.27%

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

#B0626C (or 0xB0626C) is known color: Turkish Rose. HEX triplet: B0, 62 and 6C. RGB value is (176,98,108). Sum of RGB (Red+Green+Blue) = 176+98+108=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626C is #4F9D93. Grayscale: #7A7A7A. Windows color (decimal): -5217684 or 7103152. OLE color: 7103152.

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

Color convert

RGB 176 98 108 -
CMYK 0 0.44 0.39 0.31
HSL 352.31º 0.33% 0.54% -
HSV(B) 352.31º 0.44% 0.69% -
XYZ 24.98 19.05 16.55 -
YUV 122.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 176 98 108 0 0.44 0.39 0.31 352.31 0.33 0.54
Hex B0 62 6C 0 2C 27 1F 160 21 36
Octal 260 142 154 0 54 47 37 540 41 66
Binary 10110000 1100010 1101100 0 101100 100111 11111 101100000 100001 110110

Color Harmonies of #B0626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0626C

Black with #B0626C

Text Example


Text Example

White with #B0626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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