Html Css Color HEX #B06475 Turkish Rose

📋 copy color: '#B06475'

red 176 ◦ green 100 ◦ blue 117

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

Shades of Turkish Rose #B06475

Tints of Turkish Rose #B06475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 44.78%
G = 25.45%
B = 29.77%

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

#B06475 (or 0xB06475) is known color: Turkish Rose. HEX triplet: B0, 64 and 75. RGB value is (176,100,117). Sum of RGB (Red+Green+Blue) = 176+100+117=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06475 is #4F9B8A. Grayscale: #7C7C7C. Windows color (decimal): -5217163 or 7693488. OLE color: 7693488.

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

Color convert

RGB 176 100 117 -
CMYK 0 0.43 0.34 0.31
HSL 346.58º 0.32% 0.54% -
HSV(B) 346.58º 0.43% 0.69% -
XYZ 25.67 19.63 19.27 -
YUV 124.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 176 100 117 0 0.43 0.34 0.31 346.58 0.32 0.54
Hex B0 64 75 0 2B 22 1F 15B 20 36
Octal 260 144 165 0 53 42 37 533 40 66
Binary 10110000 1100100 1110101 0 101011 100010 11111 101011011 100000 110110

Color Harmonies of #B06475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06475

Black with #B06475

Text Example


Text Example

White with #B06475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06475; }

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

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

background-color css

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

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

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

border-color css

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

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

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