Html Css Color HEX #B7085C Jazzberry Jam

📋 copy color: '#B7085C'

red 183 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B7085C

Tints of Jazzberry Jam #B7085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 64.66%
G = 2.83%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7085C (or 0xB7085C) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 5C. RGB value is (183,8,92). Sum of RGB (Red+Green+Blue) = 183+8+92=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7085C is #48F7A3. Grayscale: #454545. Windows color (decimal): -4781988 or 6031543. OLE color: 6031543.

HSL color Cylindrical-coordinate representation of color #B7085C: hue angle of 331.2º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7085C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 92 -
CMYK 0 0.96 0.50 0.28
HSL 331.2º 0.92% 0.37% -
HSV(B) 331.2º 0.96% 0.72% -
XYZ 21.55 11.01 11.12 -
YUV 69.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 183 8 92 0 0.96 0.50 0.28 331.2 0.92 0.37
Hex B7 8 5C 0 60 32 1C 14B 5C 25
Octal 267 10 134 0 140 62 34 513 134 45
Binary 10110111 1000 1011100 0 1100000 110010 11100 101001011 1011100 100101

Color Harmonies of #B7085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7085C

Black with #B7085C

Text Example


Text Example

White with #B7085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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