Html Css Color HEX #B06271 Turkish Rose

📋 copy color: '#B06271'

red 176 ◦ green 98 ◦ blue 113

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

Shades of Turkish Rose #B06271

Tints of Turkish Rose #B06271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 45.48%
G = 25.32%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06271 (or 0xB06271) is known color: Turkish Rose. HEX triplet: B0, 62 and 71. RGB value is (176,98,113). Sum of RGB (Red+Green+Blue) = 176+98+113=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06271 is #4F9D8E. Grayscale: #7B7B7B. Windows color (decimal): -5217679 or 7430832. OLE color: 7430832.

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

Color convert

RGB 176 98 113 -
CMYK 0 0.44 0.36 0.31
HSL 348.46º 0.33% 0.54% -
HSV(B) 348.46º 0.44% 0.69% -
XYZ 25.25 19.16 17.99 -
YUV 123.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 176 98 113 0 0.44 0.36 0.31 348.46 0.33 0.54
Hex B0 62 71 0 2C 24 1F 15C 21 36
Octal 260 142 161 0 54 44 37 534 41 66
Binary 10110000 1100010 1110001 0 101100 100100 11111 101011100 100001 110110

Color Harmonies of #B06271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06271

Black with #B06271

Text Example


Text Example

White with #B06271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06271; }

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

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

background-color css

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

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

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

border-color css

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

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

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