Html Css Color HEX #B9646E Turkish Rose

📋 copy color: '#B9646E'

red 185 ◦ green 100 ◦ blue 110

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

Shades of Turkish Rose #B9646E

Tints of Turkish Rose #B9646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 46.84%
G = 25.32%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9646E (or 0xB9646E) is known color: Turkish Rose. HEX triplet: B9, 64 and 6E. RGB value is (185,100,110). Sum of RGB (Red+Green+Blue) = 185+100+110=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646E is #469B91. Grayscale: #7E7E7E. Windows color (decimal): -4627346 or 7234745. OLE color: 7234745.

HSL color Cylindrical-coordinate representation of color #B9646E: hue angle of 352.94º 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 #B9646E is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 110 -
CMYK 0 0.46 0.41 0.27
HSL 352.94º 0.38% 0.56% -
HSV(B) 352.94º 0.46% 0.73% -
XYZ 27.38 20.55 17.28 -
YUV 126.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 185 100 110 0 0.46 0.41 0.27 352.94 0.38 0.56
Hex B9 64 6E 0 2E 29 1B 161 26 38
Octal 271 144 156 0 56 51 33 541 46 70
Binary 10111001 1100100 1101110 0 101110 101001 11011 101100001 100110 111000

Color Harmonies of #B9646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9646E

Black with #B9646E

Text Example


Text Example

White with #B9646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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