#B8045A

Color #B8045A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B8045A

Tints of Jazzberry Jam #B8045A

Color information

#B8045A (or 0xB8045A) is unknown color: approx 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

RGB184490-
CMYK00.980.510.28
HSL331.33º95.74%36.86%-
HSV(B)331.33º97.83%72.16%-
XYZ21.6611.0210.66-
YUV67.62140.63211.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18449000.980.510.28331.3395.7436.86
HexB845A062331C14b6025
Octal27041320142633451314045
Binary10111000100101101001100010110011111001010010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>