Html Css Color HEX #B8646C Turkish Rose

📋 copy color: '#B8646C'

red 184 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #B8646C

Tints of Turkish Rose #B8646C

RGB

 RED value IS 184 (72.27% from 255) = 46.94%

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 46.94%
G = 25.51%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8646C (or 0xB8646C) is known color: Turkish Rose. HEX triplet: B8, 64 and 6C. RGB value is (184,100,108). Sum of RGB (Red+Green+Blue) = 184+100+108=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8646C is #479B93. Grayscale: #7E7E7E. Windows color (decimal): -4692884 or 7103672. OLE color: 7103672.

HSL color Cylindrical-coordinate representation of color #B8646C: hue angle of 354.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8646C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 100 108 -
CMYK 0 0.46 0.41 0.28
HSL 354.29º 0.37% 0.56% -
HSV(B) 354.29º 0.46% 0.72% -
XYZ 27.03 20.39 16.7 -
YUV 126.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 184 100 108 0 0.46 0.41 0.28 354.29 0.37 0.56
Hex B8 64 6C 0 2E 29 1C 162 25 38
Octal 270 144 154 0 56 51 34 542 45 70
Binary 10111000 1100100 1101100 0 101110 101001 11100 101100010 100101 111000

Color Harmonies of #B8646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8646C

Black with #B8646C

Text Example


Text Example

White with #B8646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8646C; }

 p { color: rgb(184,100,108); }

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

background-color css

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

 a { background-color: rgb(184,100,108); }

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

border-color css

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

 span { border-color: rgb(184,100,108); }

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