Html Css Color HEX #B8646B Turkish Rose

📋 copy color: '#B8646B'

red 184 ◦ green 100 ◦ blue 107

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

Shades of Turkish Rose #B8646B

Tints of Turkish Rose #B8646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 47.06%
G = 25.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8646B (or 0xB8646B) is known color: Turkish Rose. HEX triplet: B8, 64 and 6B. RGB value is (184,100,107). Sum of RGB (Red+Green+Blue) = 184+100+107=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8646B is #479B94. Grayscale: #7D7D7D. Windows color (decimal): -4692885 or 7038136. OLE color: 7038136.

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

Color convert

RGB 184 100 107 -
CMYK 0 0.46 0.42 0.28
HSL 355º 0.37% 0.56% -
HSV(B) 355º 0.46% 0.72% -
XYZ 26.98 20.37 16.42 -
YUV 125.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 184 100 107 0 0.46 0.42 0.28 355 0.37 0.56
Hex B8 64 6B 0 2E 2A 1C 163 25 38
Octal 270 144 153 0 56 52 34 543 45 70
Binary 10111000 1100100 1101011 0 101110 101010 11100 101100011 100101 111000

Color Harmonies of #B8646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8646B

Black with #B8646B

Text Example


Text Example

White with #B8646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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