Html Css Color HEX #B07176 Turkish Rose

📋 copy color: '#B07176'

red 176 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #B07176

Tints of Turkish Rose #B07176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 43.24%
G = 27.76%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B07176 (or 0xB07176) is known color: Turkish Rose. HEX triplet: B0, 71 and 76. RGB value is (176,113,118). Sum of RGB (Red+Green+Blue) = 176+113+118=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07176 is #4F8E89. Grayscale: #848484. Windows color (decimal): -5213834 or 7762352. OLE color: 7762352.

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

Color convert

RGB 176 113 118 -
CMYK 0 0.36 0.33 0.31
HSL 355.24º 0.29% 0.57% -
HSV(B) 355.24º 0.36% 0.69% -
XYZ 27.08 22.35 20.03 -
YUV 132.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 176 113 118 0 0.36 0.33 0.31 355.24 0.29 0.57
Hex B0 71 76 0 24 21 1F 163 1D 39
Octal 260 161 166 0 44 41 37 543 35 71
Binary 10110000 1110001 1110110 0 100100 100001 11111 101100011 11101 111001

Color Harmonies of #B07176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07176

Black with #B07176

Text Example


Text Example

White with #B07176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07176; }

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

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

background-color css

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

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

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

border-color css

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

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

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