Html Css Color HEX #B8024B Jazzberry Jam

📋 copy color: '#B8024B'

red 184 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #B8024B

Tints of Jazzberry Jam #B8024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 70.5%
G = 0.77%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8024B (or 0xB8024B) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 4B. RGB value is (184,2,75). Sum of RGB (Red+Green+Blue) = 184+2+75=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8024B is #47FDB4. Grayscale: #404040. Windows color (decimal): -4718005 or 4915896. OLE color: 4915896.

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

Color convert

RGB 184 2 75 -
CMYK 0 0.99 0.59 0.28
HSL 335.93º 0.98% 0.36% -
HSV(B) 335.93º 0.99% 0.72% -
XYZ 21.06 10.74 7.62 -
YUV 64.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 184 2 75 0 0.99 0.59 0.28 335.93 0.98 0.36
Hex B8 2 4B 0 63 3B 1C 150 62 24
Octal 270 2 113 0 143 73 34 520 142 44
Binary 10111000 10 1001011 0 1100011 111011 11100 101010000 1100010 100100

Color Harmonies of #B8024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8024B

Black with #B8024B

Text Example


Text Example

White with #B8024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8024B; }

 p { color: rgb(184,2,75); }

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

background-color css

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

 a { background-color: rgb(184,2,75); }

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

border-color css

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

 span { border-color: rgb(184,2,75); }

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