Html Css Color HEX #B7014B Jazzberry Jam

📋 copy color: '#B7014B'

red 183 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #B7014B

Tints of Jazzberry Jam #B7014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 70.66%
G = 0.39%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7014B (or 0xB7014B) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 4B. RGB value is (183,1,75). Sum of RGB (Red+Green+Blue) = 183+1+75=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7014B is #48FEB4. Grayscale: #3F3F3F. Windows color (decimal): -4783797 or 4915639. OLE color: 4915639.

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

Color convert

RGB 183 1 75 -
CMYK 0 0.99 0.59 0.28
HSL 335.6º 0.99% 0.36% -
HSV(B) 335.6º 0.99% 0.72% -
XYZ 20.81 10.6 7.61 -
YUV 63.85 134.3 212.98 -
System Red Green Blue C M Y K H S L
Decimal 183 1 75 0 0.99 0.59 0.28 335.6 0.99 0.36
Hex B7 1 4B 0 63 3B 1C 150 63 24
Octal 267 1 113 0 143 73 34 520 143 44
Binary 10110111 1 1001011 0 1100011 111011 11100 101010000 1100011 100100

Color Harmonies of #B7014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7014B

Black with #B7014B

Text Example


Text Example

White with #B7014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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