Html Css Color HEX #B46976 Turkish Rose

📋 copy color: '#B46976'

red 180 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #B46976

Tints of Turkish Rose #B46976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 44.67%
G = 26.05%
B = 29.28%

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

#B46976 (or 0xB46976) is known color: Turkish Rose. HEX triplet: B4, 69 and 76. RGB value is (180,105,118). Sum of RGB (Red+Green+Blue) = 180+105+118=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B46976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46976 is #4B9689. Grayscale: #808080. Windows color (decimal): -4953738 or 7760308. OLE color: 7760308.

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

Color convert

RGB 180 105 118 -
CMYK 0 0.42 0.34 0.29
HSL 349.6º 0.33% 0.56% -
HSV(B) 349.6º 0.42% 0.71% -
XYZ 27.14 21.11 19.78 -
YUV 128.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 180 105 118 0 0.42 0.34 0.29 349.6 0.33 0.56
Hex B4 69 76 0 2A 22 1D 15E 21 38
Octal 264 151 166 0 52 42 35 536 41 70
Binary 10110100 1101001 1110110 0 101010 100010 11101 101011110 100001 111000

Color Harmonies of #B46976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46976

Black with #B46976

Text Example


Text Example

White with #B46976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46976; }

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

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

background-color css

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

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

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

border-color css

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

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

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