Html Css Color HEX #B46975 Turkish Rose

📋 copy color: '#B46975'

red 180 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #B46975

Tints of Turkish Rose #B46975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 44.78%
G = 26.12%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B46975 (or 0xB46975) is known color: Turkish Rose. HEX triplet: B4, 69 and 75. RGB value is (180,105,117). Sum of RGB (Red+Green+Blue) = 180+105+117=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B46975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46975 is #4B968A. Grayscale: #808080. Windows color (decimal): -4953739 or 7694772. OLE color: 7694772.

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

Color convert

RGB 180 105 117 -
CMYK 0 0.42 0.35 0.29
HSL 350.4º 0.33% 0.56% -
HSV(B) 350.4º 0.42% 0.71% -
XYZ 27.08 21.09 19.47 -
YUV 128.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 180 105 117 0 0.42 0.35 0.29 350.4 0.33 0.56
Hex B4 69 75 0 2A 23 1D 15E 21 38
Octal 264 151 165 0 52 43 35 536 41 70
Binary 10110100 1101001 1110101 0 101010 100011 11101 101011110 100001 111000

Color Harmonies of #B46975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46975

Black with #B46975

Text Example


Text Example

White with #B46975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46975; }

 p { color: rgb(180,105,117); }

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

background-color css

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

 a { background-color: rgb(180,105,117); }

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

border-color css

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

 span { border-color: rgb(180,105,117); }

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