Html Css Color HEX #B8036D Jazzberry Jam

📋 copy color: '#B8036D'

red 184 ◦ green 3 ◦ blue 109

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

Shades of Jazzberry Jam #B8036D

Tints of Jazzberry Jam #B8036D

RGB

 RED value IS 184 (72.27% from 255) = 62.16%

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 62.16%
G = 1.01%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8036D (or 0xB8036D) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 6D. RGB value is (184,3,109). Sum of RGB (Red+Green+Blue) = 184+3+109=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8036D is #47FC92. Grayscale: #444444. Windows color (decimal): -4717715 or 7144376. OLE color: 7144376.

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

Color convert

RGB 184 3 109 -
CMYK 0 0.98 0.41 0.28
HSL 324.86º 0.97% 0.37% -
HSV(B) 324.86º 0.98% 0.72% -
XYZ 22.56 11.36 15.47 -
YUV 69.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 184 3 109 0 0.98 0.41 0.28 324.86 0.97 0.37
Hex B8 3 6D 0 62 29 1C 145 61 25
Octal 270 3 155 0 142 51 34 505 141 45
Binary 10111000 11 1101101 0 1100010 101001 11100 101000101 1100001 100101

Color Harmonies of #B8036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8036D

Black with #B8036D

Text Example


Text Example

White with #B8036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8036D; }

 p { color: rgb(184,3,109); }

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

background-color css

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

 a { background-color: rgb(184,3,109); }

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

border-color css

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

 span { border-color: rgb(184,3,109); }

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