Html Css Color HEX #B7015C Jazzberry Jam

📋 copy color: '#B7015C'

red 183 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #B7015C

Tints of Jazzberry Jam #B7015C

RGB

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

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

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

R = 66.3%
G = 0.36%
B = 33.33%

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

#B7015C (or 0xB7015C) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 5C. RGB value is (183,1,92). Sum of RGB (Red+Green+Blue) = 183+1+92=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7015C is #48FEA3. Grayscale: #414141. Windows color (decimal): -4783780 or 6029751. OLE color: 6029751.

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

Color convert

RGB 183 1 92 -
CMYK 0 0.99 0.50 0.28
HSL 330º 0.99% 0.36% -
HSV(B) 330º 0.99% 0.72% -
XYZ 21.47 10.86 11.09 -
YUV 65.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 183 1 92 0 0.99 0.50 0.28 330 0.99 0.36
Hex B7 1 5C 0 63 32 1C 14A 63 24
Octal 267 1 134 0 143 62 34 512 143 44
Binary 10110111 1 1011100 0 1100011 110010 11100 101001010 1100011 100100

Color Harmonies of #B7015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7015C

Black with #B7015C

Text Example


Text Example

White with #B7015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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