Html Css Color HEX #B46673 Turkish Rose

📋 copy color: '#B46673'

red 180 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #B46673

Tints of Turkish Rose #B46673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 45.34%
G = 25.69%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B46673 (or 0xB46673) is known color: Turkish Rose. HEX triplet: B4, 66 and 73. RGB value is (180,102,115). Sum of RGB (Red+Green+Blue) = 180+102+115=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46673 is #4B998C. Grayscale: #7E7E7E. Windows color (decimal): -4954509 or 7562932. OLE color: 7562932.

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

Color convert

RGB 180 102 115 -
CMYK 0 0.43 0.36 0.29
HSL 350º 0.34% 0.55% -
HSV(B) 350º 0.43% 0.71% -
XYZ 26.67 20.44 18.76 -
YUV 126.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 180 102 115 0 0.43 0.36 0.29 350 0.34 0.55
Hex B4 66 73 0 2B 24 1D 15E 22 37
Octal 264 146 163 0 53 44 35 536 42 67
Binary 10110100 1100110 1110011 0 101011 100100 11101 101011110 100010 110111

Color Harmonies of #B46673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46673

Black with #B46673

Text Example


Text Example

White with #B46673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46673; }

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

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

background-color css

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

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

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

border-color css

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

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

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