Html Css Color HEX #B07273 Turkish Rose

📋 copy color: '#B07273'

red 176 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #B07273

Tints of Turkish Rose #B07273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 43.46%
G = 28.15%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B07273 (or 0xB07273) is known color: Turkish Rose. HEX triplet: B0, 72 and 73. RGB value is (176,114,115). Sum of RGB (Red+Green+Blue) = 176+114+115=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07273 is #4F8D8C. Grayscale: #848484. Windows color (decimal): -5213581 or 7566000. OLE color: 7566000.

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

Color convert

RGB 176 114 115 -
CMYK 0 0.35 0.35 0.31
HSL 359.03º 0.28% 0.57% -
HSV(B) 359.03º 0.35% 0.69% -
XYZ 27.02 22.5 19.14 -
YUV 132.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 176 114 115 0 0.35 0.35 0.31 359.03 0.28 0.57
Hex B0 72 73 0 23 23 1F 167 1C 39
Octal 260 162 163 0 43 43 37 547 34 71
Binary 10110000 1110010 1110011 0 100011 100011 11111 101100111 11100 111001

Color Harmonies of #B07273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07273

Black with #B07273

Text Example


Text Example

White with #B07273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07273; }

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

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

background-color css

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

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

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

border-color css

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

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

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