Html Css Color HEX #8C185B Rose Bud Cherry

📋 copy color: '#8C185B'

red 140 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #8C185B

Tints of Rose Bud Cherry #8C185B

RGB

 RED value IS 140 (55.08% from 255) = 54.9%

 GREEN value IS 24 (9.77% from 255) = 9.41%

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 54.9%
G = 9.41%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C185B (or 0x8C185B) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 5B. RGB value is (140,24,91). Sum of RGB (Red+Green+Blue) = 140+24+91=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C185B is #73E7A4. Grayscale: #424242. Windows color (decimal): -7595941 or 5970060. OLE color: 5970060.

HSL color Cylindrical-coordinate representation of color #8C185B: hue angle of 325.34º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C185B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 91 -
CMYK 0 0.83 0.35 0.45
HSL 325.34º 0.71% 0.32% -
HSV(B) 325.34º 0.83% 0.55% -
XYZ 13.03 6.98 10.56 -
YUV 66.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 140 24 91 0 0.83 0.35 0.45 325.34 0.71 0.32
Hex 8C 18 5B 0 53 23 2D 145 47 20
Octal 214 30 133 0 123 43 55 505 107 40
Binary 10001100 11000 1011011 0 1010011 100011 101101 101000101 1000111 100000

Color Harmonies of #8C185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C185B

Black with #8C185B

Text Example


Text Example

White with #8C185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C185B; }

 p { color: rgb(140,24,91); }

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

background-color css

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

 a { background-color: rgb(140,24,91); }

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

border-color css

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

 span { border-color: rgb(140,24,91); }

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