Html Css Color HEX #B7024C Jazzberry Jam

📋 copy color: '#B7024C'

red 183 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #B7024C

Tints of Jazzberry Jam #B7024C

RGB

 RED value IS 183 (71.88% from 255) = 70.11%

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 70.11%
G = 0.77%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7024C (or 0xB7024C) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 4C. RGB value is (183,2,76). Sum of RGB (Red+Green+Blue) = 183+2+76=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7024C is #48FDB3. Grayscale: #404040. Windows color (decimal): -4783540 or 4981431. OLE color: 4981431.

HSL color Cylindrical-coordinate representation of color #B7024C: hue angle of 335.47º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7024C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 76 -
CMYK 0 0.99 0.58 0.28
HSL 335.47º 0.98% 0.36% -
HSV(B) 335.47º 0.99% 0.72% -
XYZ 20.85 10.63 7.79 -
YUV 64.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 183 2 76 0 0.99 0.58 0.28 335.47 0.98 0.36
Hex B7 2 4C 0 63 3A 1C 14F 62 24
Octal 267 2 114 0 143 72 34 517 142 44
Binary 10110111 10 1001100 0 1100011 111010 11100 101001111 1100010 100100

Color Harmonies of #B7024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7024C

Black with #B7024C

Text Example


Text Example

White with #B7024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7024C; }

 p { color: rgb(183,2,76); }

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

background-color css

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

 a { background-color: rgb(183,2,76); }

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

border-color css

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

 span { border-color: rgb(183,2,76); }

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