Html Css Color HEX #B06175 Turkish Rose

📋 copy color: '#B06175'

red 176 ◦ green 97 ◦ blue 117

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

Shades of Turkish Rose #B06175

Tints of Turkish Rose #B06175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 45.13%
G = 24.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06175 (or 0xB06175) is known color: Turkish Rose. HEX triplet: B0, 61 and 75. RGB value is (176,97,117). Sum of RGB (Red+Green+Blue) = 176+97+117=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06175 is #4F9E8A. Grayscale: #7A7A7A. Windows color (decimal): -5217931 or 7692720. OLE color: 7692720.

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

Color convert

RGB 176 97 117 -
CMYK 0 0.45 0.34 0.31
HSL 344.81º 0.33% 0.54% -
HSV(B) 344.81º 0.45% 0.69% -
XYZ 25.39 19.06 19.17 -
YUV 122.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 176 97 117 0 0.45 0.34 0.31 344.81 0.33 0.54
Hex B0 61 75 0 2D 22 1F 159 21 36
Octal 260 141 165 0 55 42 37 531 41 66
Binary 10110000 1100001 1110101 0 101101 100010 11111 101011001 100001 110110

Color Harmonies of #B06175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06175

Black with #B06175

Text Example


Text Example

White with #B06175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06175; }

 p { color: rgb(176,97,117); }

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

background-color css

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

 a { background-color: rgb(176,97,117); }

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

border-color css

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

 span { border-color: rgb(176,97,117); }

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