Html Css Color HEX #B06876 Turkish Rose

📋 copy color: '#B06876'

red 176 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #B06876

Tints of Turkish Rose #B06876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 44.22%
G = 26.13%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B06876 (or 0xB06876) is known color: Turkish Rose. HEX triplet: B0, 68 and 76. RGB value is (176,104,118). Sum of RGB (Red+Green+Blue) = 176+104+118=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06876 is #4F9789. Grayscale: #7F7F7F. Windows color (decimal): -5216138 or 7760048. OLE color: 7760048.

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

Color convert

RGB 176 104 118 -
CMYK 0 0.41 0.33 0.31
HSL 348.33º 0.31% 0.55% -
HSV(B) 348.33º 0.41% 0.69% -
XYZ 26.12 20.44 19.71 -
YUV 127.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 176 104 118 0 0.41 0.33 0.31 348.33 0.31 0.55
Hex B0 68 76 0 29 21 1F 15C 1F 37
Octal 260 150 166 0 51 41 37 534 37 67
Binary 10110000 1101000 1110110 0 101001 100001 11111 101011100 11111 110111

Color Harmonies of #B06876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06876

Black with #B06876

Text Example


Text Example

White with #B06876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06876; }

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

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

background-color css

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

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

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

border-color css

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

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

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