Html Css Color HEX #B7014C Jazzberry Jam

📋 copy color: '#B7014C'

red 183 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #B7014C

Tints of Jazzberry Jam #B7014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 70.38%
G = 0.38%
B = 29.23%

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

#B7014C (or 0xB7014C) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 4C. RGB value is (183,1,76). Sum of RGB (Red+Green+Blue) = 183+1+76=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7014C is #48FEB3. Grayscale: #3F3F3F. Windows color (decimal): -4783796 or 4981175. OLE color: 4981175.

HSL color Cylindrical-coordinate representation of color #B7014C: hue angle of 335.27º degrees, saturation: 0.99, 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 #B7014C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 76 -
CMYK 0 0.99 0.58 0.28
HSL 335.27º 0.99% 0.36% -
HSV(B) 335.27º 0.99% 0.72% -
XYZ 20.84 10.61 7.79 -
YUV 63.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 183 1 76 0 0.99 0.58 0.28 335.27 0.99 0.36
Hex B7 1 4C 0 63 3A 1C 14F 63 24
Octal 267 1 114 0 143 72 34 517 143 44
Binary 10110111 1 1001100 0 1100011 111010 11100 101001111 1100011 100100

Color Harmonies of #B7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7014C

Black with #B7014C

Text Example


Text Example

White with #B7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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