Html Css Color HEX #B46668 Turkish Rose

📋 copy color: '#B46668'

red 180 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #B46668

Tints of Turkish Rose #B46668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 46.63%
G = 26.42%
B = 26.94%

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

#B46668 (or 0xB46668) is known color: Turkish Rose. HEX triplet: B4, 66 and 68. RGB value is (180,102,104). Sum of RGB (Red+Green+Blue) = 180+102+104=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46668 is #4B9997. Grayscale: #7D7D7D. Windows color (decimal): -4954520 or 6842036. OLE color: 6842036.

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

Color convert

RGB 180 102 104 -
CMYK 0 0.43 0.42 0.29
HSL 358.46º 0.34% 0.55% -
HSV(B) 358.46º 0.43% 0.71% -
XYZ 26.07 20.21 15.62 -
YUV 125.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 180 102 104 0 0.43 0.42 0.29 358.46 0.34 0.55
Hex B4 66 68 0 2B 2A 1D 166 22 37
Octal 264 146 150 0 53 52 35 546 42 67
Binary 10110100 1100110 1101000 0 101011 101010 11101 101100110 100010 110111

Color Harmonies of #B46668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46668

Black with #B46668

Text Example


Text Example

White with #B46668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46668; }

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

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

background-color css

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

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

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

border-color css

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

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

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