Html Css Color HEX #B3666A Turkish Rose

📋 copy color: '#B3666A'

red 179 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #B3666A

Tints of Turkish Rose #B3666A

RGB

 RED value IS 179 (70.31% from 255) = 46.25%

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 46.25%
G = 26.36%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3666A (or 0xB3666A) is known color: Turkish Rose. HEX triplet: B3, 66 and 6A. RGB value is (179,102,106). Sum of RGB (Red+Green+Blue) = 179+102+106=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3666A is #4C9995. Grayscale: #7D7D7D. Windows color (decimal): -5020054 or 6973107. OLE color: 6973107.

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

Color convert

RGB 179 102 106 -
CMYK 0 0.43 0.41 0.30
HSL 356.88º 0.34% 0.55% -
HSV(B) 356.88º 0.43% 0.7% -
XYZ 25.94 20.13 16.15 -
YUV 125.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 179 102 106 0 0.43 0.41 0.30 356.88 0.34 0.55
Hex B3 66 6A 0 2B 29 1E 165 22 37
Octal 263 146 152 0 53 51 36 545 42 67
Binary 10110011 1100110 1101010 0 101011 101001 11110 101100101 100010 110111

Color Harmonies of #B3666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3666A

Black with #B3666A

Text Example


Text Example

White with #B3666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3666A; }

 p { color: rgb(179,102,106); }

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

background-color css

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

 a { background-color: rgb(179,102,106); }

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

border-color css

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

 span { border-color: rgb(179,102,106); }

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