Html Css Color HEX #B06D79 Turkish Rose

📋 copy color: '#B06D79'

red 176 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #B06D79

Tints of Turkish Rose #B06D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 43.35%
G = 26.85%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B06D79 (or 0xB06D79) is known color: Turkish Rose. HEX triplet: B0, 6D and 79. RGB value is (176,109,121). Sum of RGB (Red+Green+Blue) = 176+109+121=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D79 is #4F9286. Grayscale: #828282. Windows color (decimal): -5214855 or 7957936. OLE color: 7957936.

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

Color convert

RGB 176 109 121 -
CMYK 0 0.38 0.31 0.31
HSL 349.25º 0.3% 0.56% -
HSV(B) 349.25º 0.38% 0.69% -
XYZ 26.82 21.55 20.83 -
YUV 130.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 176 109 121 0 0.38 0.31 0.31 349.25 0.3 0.56
Hex B0 6D 79 0 26 1F 1F 15D 1E 38
Octal 260 155 171 0 46 37 37 535 36 70
Binary 10110000 1101101 1111001 0 100110 11111 11111 101011101 11110 111000

Color Harmonies of #B06D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D79

Black with #B06D79

Text Example


Text Example

White with #B06D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D79; }

 p { color: rgb(176,109,121); }

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

background-color css

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

 a { background-color: rgb(176,109,121); }

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

border-color css

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

 span { border-color: rgb(176,109,121); }

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