Html Css Color HEX #B8045A Jazzberry Jam

📋 copy color: '#B8045A'

red 184 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #B8045A

Tints of Jazzberry Jam #B8045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 66.19%
G = 1.44%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8045A (or 0xB8045A) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 5A. RGB value is (184,4,90). Sum of RGB (Red+Green+Blue) = 184+4+90=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8045A is #47FBA5. Grayscale: #434343. Windows color (decimal): -4717478 or 5899448. OLE color: 5899448.

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

Color convert

RGB 184 4 90 -
CMYK 0 0.98 0.51 0.28
HSL 331.33º 0.96% 0.37% -
HSV(B) 331.33º 0.98% 0.72% -
XYZ 21.66 11.02 10.66 -
YUV 67.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 184 4 90 0 0.98 0.51 0.28 331.33 0.96 0.37
Hex B8 4 5A 0 62 33 1C 14B 60 25
Octal 270 4 132 0 142 63 34 513 140 45
Binary 10111000 100 1011010 0 1100010 110011 11100 101001011 1100000 100101

Color Harmonies of #B8045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8045A

Black with #B8045A

Text Example


Text Example

White with #B8045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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