Html Css Color HEX #B46465 Turkish Rose

📋 copy color: '#B46465'

red 180 ◦ green 100 ◦ blue 101

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

Shades of Turkish Rose #B46465

Tints of Turkish Rose #B46465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 47.24%
G = 26.25%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46465 (or 0xB46465) is known color: Turkish Rose. HEX triplet: B4, 64 and 65. RGB value is (180,100,101). Sum of RGB (Red+Green+Blue) = 180+100+101=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46465 is #4B9B9A. Grayscale: #7C7C7C. Windows color (decimal): -4955035 or 6644916. OLE color: 6644916.

HSL color Cylindrical-coordinate representation of color #B46465: hue angle of 359.25º degrees, saturation: 0.35, 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 #B46465 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 101 -
CMYK 0 0.44 0.44 0.29
HSL 359.25º 0.35% 0.55% -
HSV(B) 359.25º 0.44% 0.71% -
XYZ 25.73 19.76 14.77 -
YUV 124.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 180 100 101 0 0.44 0.44 0.29 359.25 0.35 0.55
Hex B4 64 65 0 2C 2C 1D 167 23 37
Octal 264 144 145 0 54 54 35 547 43 67
Binary 10110100 1100100 1100101 0 101100 101100 11101 101100111 100011 110111

Color Harmonies of #B46465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46465

Black with #B46465

Text Example


Text Example

White with #B46465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46465; }

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

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

background-color css

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

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

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

border-color css

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

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

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