Html Css Color HEX #B46977 Turkish Rose

📋 copy color: '#B46977'

red 180 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #B46977

Tints of Turkish Rose #B46977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 44.55%
G = 25.99%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B46977 (or 0xB46977) is known color: Turkish Rose. HEX triplet: B4, 69 and 77. RGB value is (180,105,119). Sum of RGB (Red+Green+Blue) = 180+105+119=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46977 is #4B9688. Grayscale: #818181. Windows color (decimal): -4953737 or 7825844. OLE color: 7825844.

HSL color Cylindrical-coordinate representation of color #B46977: hue angle of 348.8º 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 #B46977 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 119 -
CMYK 0 0.42 0.34 0.29
HSL 348.8º 0.33% 0.56% -
HSV(B) 348.8º 0.42% 0.71% -
XYZ 27.2 21.14 20.1 -
YUV 129.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 180 105 119 0 0.42 0.34 0.29 348.8 0.33 0.56
Hex B4 69 77 0 2A 22 1D 15D 21 38
Octal 264 151 167 0 52 42 35 535 41 70
Binary 10110100 1101001 1110111 0 101010 100010 11101 101011101 100001 111000

Color Harmonies of #B46977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46977

Black with #B46977

Text Example


Text Example

White with #B46977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46977; }

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

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

background-color css

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

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

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

border-color css

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

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

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