Html Css Color HEX #B07374 Turkish Rose

📋 copy color: '#B07374'

red 176 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #B07374

Tints of Turkish Rose #B07374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 43.24%
G = 28.26%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B07374 (or 0xB07374) is known color: Turkish Rose. HEX triplet: B0, 73 and 74. RGB value is (176,115,116). Sum of RGB (Red+Green+Blue) = 176+115+116=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07374 is #4F8C8B. Grayscale: #858585. Windows color (decimal): -5213324 or 7631792. OLE color: 7631792.

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

Color convert

RGB 176 115 116 -
CMYK 0 0.35 0.34 0.31
HSL 359.02º 0.28% 0.57% -
HSV(B) 359.02º 0.35% 0.69% -
XYZ 27.19 22.75 19.48 -
YUV 133.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 176 115 116 0 0.35 0.34 0.31 359.02 0.28 0.57
Hex B0 73 74 0 23 22 1F 167 1C 39
Octal 260 163 164 0 43 42 37 547 34 71
Binary 10110000 1110011 1110100 0 100011 100010 11111 101100111 11100 111001

Color Harmonies of #B07374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07374

Black with #B07374

Text Example


Text Example

White with #B07374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07374; }

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

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

background-color css

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

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

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

border-color css

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

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

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