Html Css Color HEX #B07478 Turkish Rose

📋 copy color: '#B07478'

red 176 ◦ green 116 ◦ blue 120

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

Shades of Turkish Rose #B07478

Tints of Turkish Rose #B07478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 42.72%
G = 28.16%
B = 29.13%

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

#B07478 (or 0xB07478) is known color: Turkish Rose. HEX triplet: B0, 74 and 78. RGB value is (176,116,120). Sum of RGB (Red+Green+Blue) = 176+116+120=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B07478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07478 is #4F8B87. Grayscale: #868686. Windows color (decimal): -5213064 or 7894192. OLE color: 7894192.

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

Color convert

RGB 176 116 120 -
CMYK 0 0.34 0.32 0.31
HSL 356º 0.28% 0.57% -
HSV(B) 356º 0.34% 0.69% -
XYZ 27.54 23.08 20.77 -
YUV 134.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 176 116 120 0 0.34 0.32 0.31 356 0.28 0.57
Hex B0 74 78 0 22 20 1F 164 1C 39
Octal 260 164 170 0 42 40 37 544 34 71
Binary 10110000 1110100 1111000 0 100010 100000 11111 101100100 11100 111001

Color Harmonies of #B07478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07478

Black with #B07478

Text Example


Text Example

White with #B07478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07478; }

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

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

background-color css

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

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

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

border-color css

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

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

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