Html Css Color HEX #B46273 Turkish Rose

📋 copy color: '#B46273'

red 180 ◦ green 98 ◦ blue 115

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

Shades of Turkish Rose #B46273

Tints of Turkish Rose #B46273

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 45.8%
G = 24.94%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B46273 (or 0xB46273) is known color: Turkish Rose. HEX triplet: B4, 62 and 73. RGB value is (180,98,115). Sum of RGB (Red+Green+Blue) = 180+98+115=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46273 is #4B9D8C. Grayscale: #7C7C7C. Windows color (decimal): -4955533 or 7561908. OLE color: 7561908.

HSL color Cylindrical-coordinate representation of color #B46273: hue angle of 347.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46273 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 115 -
CMYK 0 0.46 0.36 0.29
HSL 347.56º 0.35% 0.55% -
HSV(B) 347.56º 0.46% 0.71% -
XYZ 26.28 19.68 18.63 -
YUV 124.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 180 98 115 0 0.46 0.36 0.29 347.56 0.35 0.55
Hex B4 62 73 0 2E 24 1D 15C 23 37
Octal 264 142 163 0 56 44 35 534 43 67
Binary 10110100 1100010 1110011 0 101110 100100 11101 101011100 100011 110111

Color Harmonies of #B46273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46273

Black with #B46273

Text Example


Text Example

White with #B46273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46273; }

 p { color: rgb(180,98,115); }

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

background-color css

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

 a { background-color: rgb(180,98,115); }

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

border-color css

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

 span { border-color: rgb(180,98,115); }

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