Html Css Color HEX #B46669 Turkish Rose

📋 copy color: '#B46669'

red 180 ◦ green 102 ◦ blue 105

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

Shades of Turkish Rose #B46669

Tints of Turkish Rose #B46669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

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

R = 46.51%
G = 26.36%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B46669 (or 0xB46669) is known color: Turkish Rose. HEX triplet: B4, 66 and 69. RGB value is (180,102,105). Sum of RGB (Red+Green+Blue) = 180+102+105=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B46669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46669 is #4B9996. Grayscale: #7D7D7D. Windows color (decimal): -4954519 or 6907572. OLE color: 6907572.

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

Color convert

RGB 180 102 105 -
CMYK 0 0.43 0.42 0.29
HSL 357.69º 0.34% 0.55% -
HSV(B) 357.69º 0.43% 0.71% -
XYZ 26.12 20.23 15.89 -
YUV 125.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 180 102 105 0 0.43 0.42 0.29 357.69 0.34 0.55
Hex B4 66 69 0 2B 2A 1D 166 22 37
Octal 264 146 151 0 53 52 35 546 42 67
Binary 10110100 1100110 1101001 0 101011 101010 11101 101100110 100010 110111

Color Harmonies of #B46669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46669

Black with #B46669

Text Example


Text Example

White with #B46669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46669; }

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

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

background-color css

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

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

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

border-color css

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

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

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