Html Css Color HEX #B70965 Jazzberry Jam

📋 copy color: '#B70965'

red 183 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #B70965

Tints of Jazzberry Jam #B70965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 62.46%
G = 3.07%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B70965 (or 0xB70965) is known color: Jazzberry Jam. HEX triplet: B7, 09 and 65. RGB value is (183,9,101). Sum of RGB (Red+Green+Blue) = 183+9+101=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B70965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70965 is #48F69A. Grayscale: #474747. Windows color (decimal): -4781723 or 6621623. OLE color: 6621623.

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

Color convert

RGB 183 9 101 -
CMYK 0 0.95 0.45 0.28
HSL 328.28º 0.91% 0.38% -
HSV(B) 328.28º 0.95% 0.72% -
XYZ 21.98 11.2 13.32 -
YUV 71.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 183 9 101 0 0.95 0.45 0.28 328.28 0.91 0.38
Hex B7 9 65 0 5F 2D 1C 148 5B 26
Octal 267 11 145 0 137 55 34 510 133 46
Binary 10110111 1001 1100101 0 1011111 101101 11100 101001000 1011011 100110

Color Harmonies of #B70965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70965

Black with #B70965

Text Example


Text Example

White with #B70965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70965; }

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

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

background-color css

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

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

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

border-color css

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

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

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