Html Css Color HEX #B61752 Jazzberry Jam

📋 copy color: '#B61752'

red 182 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #B61752

Tints of Jazzberry Jam #B61752

RGB

 RED value IS 182 (71.48% from 255) = 63.41%

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 63.41%
G = 8.01%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B61752 (or 0xB61752) is known color: Jazzberry Jam. HEX triplet: B6, 17 and 52. RGB value is (182,23,82). Sum of RGB (Red+Green+Blue) = 182+23+82=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B61752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61752 is #49E8AD. Grayscale: #4D4D4D. Windows color (decimal): -4843694 or 5380022. OLE color: 5380022.

HSL color Cylindrical-coordinate representation of color #B61752: hue angle of 337.74º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61752 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 23 82 -
CMYK 0 0.87 0.55 0.29
HSL 337.74º 0.78% 0.4% -
HSV(B) 337.74º 0.87% 0.71% -
XYZ 21.12 11.17 9.02 -
YUV 77.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 182 23 82 0 0.87 0.55 0.29 337.74 0.78 0.4
Hex B6 17 52 0 57 37 1D 152 4E 28
Octal 266 27 122 0 127 67 35 522 116 50
Binary 10110110 10111 1010010 0 1010111 110111 11101 101010010 1001110 101000

Color Harmonies of #B61752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61752

Black with #B61752

Text Example


Text Example

White with #B61752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61752; }

 p { color: rgb(182,23,82); }

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

background-color css

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

 a { background-color: rgb(182,23,82); }

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

border-color css

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

 span { border-color: rgb(182,23,82); }

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