Html Css Color HEX #B7025C Jazzberry Jam

📋 copy color: '#B7025C'

red 183 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #B7025C

Tints of Jazzberry Jam #B7025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 66.06%
G = 0.72%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7025C (or 0xB7025C) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 5C. RGB value is (183,2,92). Sum of RGB (Red+Green+Blue) = 183+2+92=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7025C is #48FDA3. Grayscale: #424242. Windows color (decimal): -4783524 or 6030007. OLE color: 6030007.

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

Color convert

RGB 183 2 92 -
CMYK 0 0.99 0.50 0.28
HSL 330.17º 0.98% 0.36% -
HSV(B) 330.17º 0.99% 0.72% -
XYZ 21.48 10.88 11.09 -
YUV 66.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 183 2 92 0 0.99 0.50 0.28 330.17 0.98 0.36
Hex B7 2 5C 0 63 32 1C 14A 62 24
Octal 267 2 134 0 143 62 34 512 142 44
Binary 10110111 10 1011100 0 1100011 110010 11100 101001010 1100010 100100

Color Harmonies of #B7025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7025C

Black with #B7025C

Text Example


Text Example

White with #B7025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7025C; }

 p { color: rgb(183,2,92); }

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

background-color css

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

 a { background-color: rgb(183,2,92); }

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

border-color css

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

 span { border-color: rgb(183,2,92); }

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