Html Css Color HEX #B06976 Turkish Rose

📋 copy color: '#B06976'

red 176 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #B06976

Tints of Turkish Rose #B06976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

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

R = 44.11%
G = 26.32%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B06976 (or 0xB06976) is known color: Turkish Rose. HEX triplet: B0, 69 and 76. RGB value is (176,105,118). Sum of RGB (Red+Green+Blue) = 176+105+118=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B06976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06976 is #4F9689. Grayscale: #7F7F7F. Windows color (decimal): -5215882 or 7760304. OLE color: 7760304.

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

Color convert

RGB 176 105 118 -
CMYK 0 0.40 0.33 0.31
HSL 349.01º 0.31% 0.55% -
HSV(B) 349.01º 0.4% 0.69% -
XYZ 26.23 20.64 19.74 -
YUV 127.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 176 105 118 0 0.40 0.33 0.31 349.01 0.31 0.55
Hex B0 69 76 0 28 21 1F 15D 1F 37
Octal 260 151 166 0 50 41 37 535 37 67
Binary 10110000 1101001 1110110 0 101000 100001 11111 101011101 11111 110111

Color Harmonies of #B06976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06976

Black with #B06976

Text Example


Text Example

White with #B06976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06976; }

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

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

background-color css

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

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

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

border-color css

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

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

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