Html Css Color HEX #B06576 Turkish Rose

📋 copy color: '#B06576'

red 176 ◦ green 101 ◦ blue 118

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

Shades of Turkish Rose #B06576

Tints of Turkish Rose #B06576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 44.56%
G = 25.57%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B06576 (or 0xB06576) is known color: Turkish Rose. HEX triplet: B0, 65 and 76. RGB value is (176,101,118). Sum of RGB (Red+Green+Blue) = 176+101+118=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06576 is #4F9A89. Grayscale: #7D7D7D. Windows color (decimal): -5216906 or 7759280. OLE color: 7759280.

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

Color convert

RGB 176 101 118 -
CMYK 0 0.43 0.33 0.31
HSL 346.4º 0.32% 0.54% -
HSV(B) 346.4º 0.43% 0.69% -
XYZ 25.83 19.85 19.61 -
YUV 125.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 176 101 118 0 0.43 0.33 0.31 346.4 0.32 0.54
Hex B0 65 76 0 2B 21 1F 15A 20 36
Octal 260 145 166 0 53 41 37 532 40 66
Binary 10110000 1100101 1110110 0 101011 100001 11111 101011010 100000 110110

Color Harmonies of #B06576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06576

Black with #B06576

Text Example


Text Example

White with #B06576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06576; }

 p { color: rgb(176,101,118); }

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

background-color css

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

 a { background-color: rgb(176,101,118); }

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

border-color css

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

 span { border-color: rgb(176,101,118); }

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