Html Css Color HEX #B70365 Jazzberry Jam

📋 copy color: '#B70365'

red 183 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #B70365

Tints of Jazzberry Jam #B70365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 63.76%
G = 1.05%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B70365 (or 0xB70365) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 65. RGB value is (183,3,101). Sum of RGB (Red+Green+Blue) = 183+3+101=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B70365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70365 is #48FC9A. Grayscale: #434343. Windows color (decimal): -4783259 or 6620087. OLE color: 6620087.

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

Color convert

RGB 183 3 101 -
CMYK 0 0.98 0.45 0.28
HSL 327.33º 0.97% 0.36% -
HSV(B) 327.33º 0.98% 0.72% -
XYZ 21.91 11.07 13.29 -
YUV 67.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 183 3 101 0 0.98 0.45 0.28 327.33 0.97 0.36
Hex B7 3 65 0 62 2D 1C 147 61 24
Octal 267 3 145 0 142 55 34 507 141 44
Binary 10110111 11 1100101 0 1100010 101101 11100 101000111 1100001 100100

Color Harmonies of #B70365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70365

Black with #B70365

Text Example


Text Example

White with #B70365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70365; }

 p { color: rgb(183,3,101); }

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

background-color css

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

 a { background-color: rgb(183,3,101); }

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

border-color css

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

 span { border-color: rgb(183,3,101); }

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