Html Css Color HEX #B3185C Jazzberry Jam

📋 copy color: '#B3185C'

red 179 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #B3185C

Tints of Jazzberry Jam #B3185C

RGB

 RED value IS 179 (70.31% from 255) = 60.68%

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 60.68%
G = 8.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3185C (or 0xB3185C) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 5C. RGB value is (179,24,92). Sum of RGB (Red+Green+Blue) = 179+24+92=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3185C is #4CE7A3. Grayscale: #4D4D4D. Windows color (decimal): -5040036 or 6035635. OLE color: 6035635.

HSL color Cylindrical-coordinate representation of color #B3185C: hue angle of 333.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3185C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 92 -
CMYK 0 0.87 0.49 0.30
HSL 333.68º 0.76% 0.4% -
HSV(B) 333.68º 0.87% 0.7% -
XYZ 20.85 11.01 11.15 -
YUV 78.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 179 24 92 0 0.87 0.49 0.30 333.68 0.76 0.4
Hex B3 18 5C 0 57 31 1E 14E 4C 28
Octal 263 30 134 0 127 61 36 516 114 50
Binary 10110011 11000 1011100 0 1010111 110001 11110 101001110 1001100 101000

Color Harmonies of #B3185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3185C

Black with #B3185C

Text Example


Text Example

White with #B3185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3185C; }

 p { color: rgb(179,24,92); }

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

background-color css

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

 a { background-color: rgb(179,24,92); }

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

border-color css

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

 span { border-color: rgb(179,24,92); }

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