Html Css Color HEX #B07579 Turkish Rose

📋 copy color: '#B07579'

red 176 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #B07579

Tints of Turkish Rose #B07579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

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

R = 42.51%
G = 28.26%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07579 (or 0xB07579) is known color: Turkish Rose. HEX triplet: B0, 75 and 79. RGB value is (176,117,121). Sum of RGB (Red+Green+Blue) = 176+117+121=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07579 is #4F8A86. Grayscale: #878787. Windows color (decimal): -5212807 or 7959984. OLE color: 7959984.

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

Color convert

RGB 176 117 121 -
CMYK 0 0.34 0.31 0.31
HSL 355.93º 0.27% 0.57% -
HSV(B) 355.93º 0.34% 0.69% -
XYZ 27.72 23.33 21.13 -
YUV 135.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 176 117 121 0 0.34 0.31 0.31 355.93 0.27 0.57
Hex B0 75 79 0 22 1F 1F 164 1B 39
Octal 260 165 171 0 42 37 37 544 33 71
Binary 10110000 1110101 1111001 0 100010 11111 11111 101100100 11011 111001

Color Harmonies of #B07579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07579

Black with #B07579

Text Example


Text Example

White with #B07579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07579; }

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

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

background-color css

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

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

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

border-color css

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

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

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