Html Css Color HEX #B46569 Turkish Rose

📋 copy color: '#B46569'

red 180 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #B46569

Tints of Turkish Rose #B46569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 46.63%
G = 26.17%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B46569 (or 0xB46569) is known color: Turkish Rose. HEX triplet: B4, 65 and 69. RGB value is (180,101,105). Sum of RGB (Red+Green+Blue) = 180+101+105=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46569 is #4B9A96. Grayscale: #7D7D7D. Windows color (decimal): -4954775 or 6907316. OLE color: 6907316.

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

Color convert

RGB 180 101 105 -
CMYK 0 0.44 0.42 0.29
HSL 356.96º 0.34% 0.55% -
HSV(B) 356.96º 0.44% 0.71% -
XYZ 26.03 20.03 15.86 -
YUV 125.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 180 101 105 0 0.44 0.42 0.29 356.96 0.34 0.55
Hex B4 65 69 0 2C 2A 1D 165 22 37
Octal 264 145 151 0 54 52 35 545 42 67
Binary 10110100 1100101 1101001 0 101100 101010 11101 101100101 100010 110111

Color Harmonies of #B46569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46569

Black with #B46569

Text Example


Text Example

White with #B46569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46569; }

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

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

background-color css

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

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

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

border-color css

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

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

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