Html Css Color HEX #B8045E Jazzberry Jam

📋 copy color: '#B8045E'

red 184 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #B8045E

Tints of Jazzberry Jam #B8045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 65.25%
G = 1.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8045E (or 0xB8045E) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 5E. RGB value is (184,4,94). Sum of RGB (Red+Green+Blue) = 184+4+94=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8045E is #47FBA1. Grayscale: #434343. Windows color (decimal): -4717474 or 6161592. OLE color: 6161592.

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

Color convert

RGB 184 4 94 -
CMYK 0 0.98 0.49 0.28
HSL 330º 0.96% 0.37% -
HSV(B) 330º 0.98% 0.72% -
XYZ 21.83 11.09 11.58 -
YUV 68.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 184 4 94 0 0.98 0.49 0.28 330 0.96 0.37
Hex B8 4 5E 0 62 31 1C 14A 60 25
Octal 270 4 136 0 142 61 34 512 140 45
Binary 10111000 100 1011110 0 1100010 110001 11100 101001010 1100000 100101

Color Harmonies of #B8045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8045E

Black with #B8045E

Text Example


Text Example

White with #B8045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8045E; }

 p { color: rgb(184,4,94); }

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

background-color css

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

 a { background-color: rgb(184,4,94); }

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

border-color css

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

 span { border-color: rgb(184,4,94); }

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