Html Css Color HEX #B07476 Turkish Rose

📋 copy color: '#B07476'

red 176 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #B07476

Tints of Turkish Rose #B07476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 42.93%
G = 28.29%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B07476 (or 0xB07476) is known color: Turkish Rose. HEX triplet: B0, 74 and 76. RGB value is (176,116,118). Sum of RGB (Red+Green+Blue) = 176+116+118=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07476 is #4F8B89. Grayscale: #868686. Windows color (decimal): -5213066 or 7763120. OLE color: 7763120.

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

Color convert

RGB 176 116 118 -
CMYK 0 0.34 0.33 0.31
HSL 358º 0.28% 0.57% -
HSV(B) 358º 0.34% 0.69% -
XYZ 27.42 23.03 20.14 -
YUV 134.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 176 116 118 0 0.34 0.33 0.31 358 0.28 0.57
Hex B0 74 76 0 22 21 1F 166 1C 39
Octal 260 164 166 0 42 41 37 546 34 71
Binary 10110000 1110100 1110110 0 100010 100001 11111 101100110 11100 111001

Color Harmonies of #B07476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07476

Black with #B07476

Text Example


Text Example

White with #B07476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07476; }

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

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

background-color css

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

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

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

border-color css

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

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

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