Html Css Color HEX #B37073 Turkish Rose

📋 copy color: '#B37073'

red 179 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #B37073

Tints of Turkish Rose #B37073

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 44.09%
G = 27.59%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37073 (or 0xB37073) is known color: Turkish Rose. HEX triplet: B3, 70 and 73. RGB value is (179,112,115). Sum of RGB (Red+Green+Blue) = 179+112+115=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B37073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37073 is #4C8F8C. Grayscale: #848484. Windows color (decimal): -5017485 or 7565491. OLE color: 7565491.

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

Color convert

RGB 179 112 115 -
CMYK 0 0.37 0.36 0.30
HSL 357.31º 0.31% 0.57% -
HSV(B) 357.31º 0.37% 0.7% -
XYZ 27.48 22.41 19.1 -
YUV 132.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 179 112 115 0 0.37 0.36 0.30 357.31 0.31 0.57
Hex B3 70 73 0 25 24 1E 165 1F 39
Octal 263 160 163 0 45 44 36 545 37 71
Binary 10110011 1110000 1110011 0 100101 100100 11110 101100101 11111 111001

Color Harmonies of #B37073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37073

Black with #B37073

Text Example


Text Example

White with #B37073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37073; }

 p { color: rgb(179,112,115); }

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

background-color css

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

 a { background-color: rgb(179,112,115); }

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

border-color css

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

 span { border-color: rgb(179,112,115); }

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