Html Css Color HEX #B7005E Jazzberry Jam

📋 copy color: '#B7005E'

red 183 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B7005E

Tints of Jazzberry Jam #B7005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 66.06%
G = 0%
B = 33.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7005E (or 0xB7005E) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 5E. RGB value is (183,0,94). Sum of RGB (Red+Green+Blue) = 183+0+94=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7005E is #48FFA1. Grayscale: #414141. Windows color (decimal): -4784034 or 6160567. OLE color: 6160567.

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

Color convert

RGB 183 0 94 -
CMYK 0 1 0.49 0.28
HSL 329.18º 1% 0.36% -
HSV(B) 329.18º 1% 0.72% -
XYZ 21.55 10.88 11.55 -
YUV 65.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 183 0 94 0 1 0.49 0.28 329.18 1 0.36
Hex B7 0 5E 0 64 31 1C 149 64 24
Octal 267 0 136 0 144 61 34 511 144 44
Binary 10110111 0 1011110 0 1100100 110001 11100 101001001 1100100 100100

Color Harmonies of #B7005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7005E

Black with #B7005E

Text Example


Text Example

White with #B7005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7005E; }

 p { color: rgb(183,0,94); }

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

background-color css

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

 a { background-color: rgb(183,0,94); }

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

border-color css

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

 span { border-color: rgb(183,0,94); }

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