Html Css Color HEX #B07879 Turkish Rose

📋 copy color: '#B07879'

red 176 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #B07879

Tints of Turkish Rose #B07879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 42.21%
G = 28.78%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07879 (or 0xB07879) is known color: Turkish Rose. HEX triplet: B0, 78 and 79. RGB value is (176,120,121). Sum of RGB (Red+Green+Blue) = 176+120+121=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07879 is #4F8786. Grayscale: #888888. Windows color (decimal): -5212039 or 7960752. OLE color: 7960752.

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

Color convert

RGB 176 120 121 -
CMYK 0 0.32 0.31 0.31
HSL 358.93º 0.26% 0.58% -
HSV(B) 358.93º 0.32% 0.69% -
XYZ 28.07 24.04 21.25 -
YUV 136.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 176 120 121 0 0.32 0.31 0.31 358.93 0.26 0.58
Hex B0 78 79 0 20 1F 1F 167 1A 3A
Octal 260 170 171 0 40 37 37 547 32 72
Binary 10110000 1111000 1111001 0 100000 11111 11111 101100111 11010 111010

Color Harmonies of #B07879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07879

Black with #B07879

Text Example


Text Example

White with #B07879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07879; }

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

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

background-color css

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

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

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

border-color css

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

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

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