Html Css Color HEX #B9646F Turkish Rose

📋 copy color: '#B9646F'

red 185 ◦ green 100 ◦ blue 111

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

Shades of Turkish Rose #B9646F

Tints of Turkish Rose #B9646F

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 46.72%
G = 25.25%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9646F (or 0xB9646F) is known color: Turkish Rose. HEX triplet: B9, 64 and 6F. RGB value is (185,100,111). Sum of RGB (Red+Green+Blue) = 185+100+111=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646F is #469B90. Grayscale: #7E7E7E. Windows color (decimal): -4627345 or 7300281. OLE color: 7300281.

HSL color Cylindrical-coordinate representation of color #B9646F: hue angle of 352.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9646F is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 111 -
CMYK 0 0.46 0.4 0.27
HSL 352.24º 0.38% 0.56% -
HSV(B) 352.24º 0.46% 0.73% -
XYZ 27.43 20.58 17.56 -
YUV 126.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 185 100 111 0 0.46 0.4 0.27 352.24 0.38 0.56
Hex B9 64 6F 0 2E 28 1B 160 26 38
Octal 271 144 157 0 56 50 33 540 46 70
Binary 10111001 1100100 1101111 0 101110 101000 11011 101100000 100110 111000

Color Harmonies of #B9646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9646F

Black with #B9646F

Text Example


Text Example

White with #B9646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9646F; }

 p { color: rgb(185,100,111); }

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

background-color css

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

 a { background-color: rgb(185,100,111); }

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

border-color css

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

 span { border-color: rgb(185,100,111); }

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