Html Css Color HEX #B06875 Turkish Rose

📋 copy color: '#B06875'

red 176 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #B06875

Tints of Turkish Rose #B06875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 44.33%
G = 26.2%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06875 (or 0xB06875) is known color: Turkish Rose. HEX triplet: B0, 68 and 75. RGB value is (176,104,117). Sum of RGB (Red+Green+Blue) = 176+104+117=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B06875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06875 is #4F978A. Grayscale: #7F7F7F. Windows color (decimal): -5216139 or 7694512. OLE color: 7694512.

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

Color convert

RGB 176 104 117 -
CMYK 0 0.41 0.34 0.31
HSL 349.17º 0.31% 0.55% -
HSV(B) 349.17º 0.41% 0.69% -
XYZ 26.07 20.42 19.4 -
YUV 127.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 176 104 117 0 0.41 0.34 0.31 349.17 0.31 0.55
Hex B0 68 75 0 29 22 1F 15D 1F 37
Octal 260 150 165 0 51 42 37 535 37 67
Binary 10110000 1101000 1110101 0 101001 100010 11111 101011101 11111 110111

Color Harmonies of #B06875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06875

Black with #B06875

Text Example


Text Example

White with #B06875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06875; }

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

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

background-color css

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

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

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

border-color css

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

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

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