Html Css Color HEX #B07376 Turkish Rose

📋 copy color: '#B07376'

red 176 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #B07376

Tints of Turkish Rose #B07376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 43.03%
G = 28.12%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B07376 (or 0xB07376) is known color: Turkish Rose. HEX triplet: B0, 73 and 76. RGB value is (176,115,118). Sum of RGB (Red+Green+Blue) = 176+115+118=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07376 is #4F8C89. Grayscale: #858585. Windows color (decimal): -5213322 or 7762864. OLE color: 7762864.

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

Color convert

RGB 176 115 118 -
CMYK 0 0.35 0.33 0.31
HSL 357.05º 0.28% 0.57% -
HSV(B) 357.05º 0.35% 0.69% -
XYZ 27.31 22.8 20.1 -
YUV 133.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 176 115 118 0 0.35 0.33 0.31 357.05 0.28 0.57
Hex B0 73 76 0 23 21 1F 165 1C 39
Octal 260 163 166 0 43 41 37 545 34 71
Binary 10110000 1110011 1110110 0 100011 100001 11111 101100101 11100 111001

Color Harmonies of #B07376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07376

Black with #B07376

Text Example


Text Example

White with #B07376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07376; }

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

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

background-color css

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

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

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

border-color css

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

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

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