Html Css Color HEX #B70146 Jazzberry Jam

📋 copy color: '#B70146'

red 183 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #B70146

Tints of Jazzberry Jam #B70146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 72.05%
G = 0.39%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B70146 (or 0xB70146) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 46. RGB value is (183,1,70). Sum of RGB (Red+Green+Blue) = 183+1+70=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B70146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70146 is #48FEB9. Grayscale: #3F3F3F. Windows color (decimal): -4783802 or 4587959. OLE color: 4587959.

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

Color convert

RGB 183 1 70 -
CMYK 0 0.99 0.62 0.28
HSL 337.25º 0.99% 0.36% -
HSV(B) 337.25º 0.99% 0.72% -
XYZ 20.64 10.53 6.74 -
YUV 63.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 183 1 70 0 0.99 0.62 0.28 337.25 0.99 0.36
Hex B7 1 46 0 63 3E 1C 151 63 24
Octal 267 1 106 0 143 76 34 521 143 44
Binary 10110111 1 1000110 0 1100011 111110 11100 101010001 1100011 100100

Color Harmonies of #B70146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70146

Black with #B70146

Text Example


Text Example

White with #B70146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70146; }

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

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

background-color css

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

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

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

border-color css

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

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

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