Html Css Color HEX #B06574 Turkish Rose

📋 copy color: '#B06574'

red 176 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #B06574

Tints of Turkish Rose #B06574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 44.78%
G = 25.7%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06574 (or 0xB06574) is known color: Turkish Rose. HEX triplet: B0, 65 and 74. RGB value is (176,101,116). Sum of RGB (Red+Green+Blue) = 176+101+116=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06574 is #4F9A8B. Grayscale: #7D7D7D. Windows color (decimal): -5216908 or 7628208. OLE color: 7628208.

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

Color convert

RGB 176 101 116 -
CMYK 0 0.43 0.34 0.31
HSL 348º 0.32% 0.54% -
HSV(B) 348º 0.43% 0.69% -
XYZ 25.71 19.8 18.99 -
YUV 125.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 176 101 116 0 0.43 0.34 0.31 348 0.32 0.54
Hex B0 65 74 0 2B 22 1F 15C 20 36
Octal 260 145 164 0 53 42 37 534 40 66
Binary 10110000 1100101 1110100 0 101011 100010 11111 101011100 100000 110110

Color Harmonies of #B06574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06574

Black with #B06574

Text Example


Text Example

White with #B06574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06574; }

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

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

background-color css

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

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

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

border-color css

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

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

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