Html Css Color HEX #B07577 Turkish Rose

📋 copy color: '#B07577'

red 176 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #B07577

Tints of Turkish Rose #B07577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 42.72%
G = 28.4%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07577 (or 0xB07577) is known color: Turkish Rose. HEX triplet: B0, 75 and 77. RGB value is (176,117,119). Sum of RGB (Red+Green+Blue) = 176+117+119=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B07577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07577 is #4F8A88. Grayscale: #868686. Windows color (decimal): -5212809 or 7828912. OLE color: 7828912.

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

Color convert

RGB 176 117 119 -
CMYK 0 0.34 0.32 0.31
HSL 357.97º 0.27% 0.57% -
HSV(B) 357.97º 0.34% 0.69% -
XYZ 27.6 23.28 20.49 -
YUV 134.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 176 117 119 0 0.34 0.32 0.31 357.97 0.27 0.57
Hex B0 75 77 0 22 20 1F 166 1B 39
Octal 260 165 167 0 42 40 37 546 33 71
Binary 10110000 1110101 1110111 0 100010 100000 11111 101100110 11011 111001

Color Harmonies of #B07577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07577

Black with #B07577

Text Example


Text Example

White with #B07577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07577; }

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

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

background-color css

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

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

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

border-color css

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

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

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