Html Css Color HEX #B46574 Turkish Rose

📋 copy color: '#B46574'

red 180 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #B46574

Tints of Turkish Rose #B46574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 45.34%
G = 25.44%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B46574 (or 0xB46574) is known color: Turkish Rose. HEX triplet: B4, 65 and 74. RGB value is (180,101,116). Sum of RGB (Red+Green+Blue) = 180+101+116=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46574 is #4B9A8B. Grayscale: #7E7E7E. Windows color (decimal): -4954764 or 7628212. OLE color: 7628212.

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

Color convert

RGB 180 101 116 -
CMYK 0 0.44 0.36 0.29
HSL 348.61º 0.34% 0.55% -
HSV(B) 348.61º 0.44% 0.71% -
XYZ 26.63 20.27 19.03 -
YUV 126.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 180 101 116 0 0.44 0.36 0.29 348.61 0.34 0.55
Hex B4 65 74 0 2C 24 1D 15D 22 37
Octal 264 145 164 0 54 44 35 535 42 67
Binary 10110100 1100101 1110100 0 101100 100100 11101 101011101 100010 110111

Color Harmonies of #B46574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46574

Black with #B46574

Text Example


Text Example

White with #B46574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46574; }

 p { color: rgb(180,101,116); }

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

background-color css

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

 a { background-color: rgb(180,101,116); }

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

border-color css

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

 span { border-color: rgb(180,101,116); }

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