Html Css Color HEX #B81058 Jazzberry Jam

📋 copy color: '#B81058'

red 184 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #B81058

Tints of Jazzberry Jam #B81058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 63.89%
G = 5.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B81058 (or 0xB81058) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 58. RGB value is (184,16,88). Sum of RGB (Red+Green+Blue) = 184+16+88=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B81058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81058 is #47EFA7. Grayscale: #4A4A4A. Windows color (decimal): -4714408 or 5771448. OLE color: 5771448.

HSL color Cylindrical-coordinate representation of color #B81058: hue angle of 334.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81058 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 88 -
CMYK 0 0.91 0.52 0.28
HSL 334.29º 0.84% 0.39% -
HSV(B) 334.29º 0.91% 0.72% -
XYZ 21.71 11.27 10.26 -
YUV 74.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 184 16 88 0 0.91 0.52 0.28 334.29 0.84 0.39
Hex B8 10 58 0 5B 34 1C 14E 54 27
Octal 270 20 130 0 133 64 34 516 124 47
Binary 10111000 10000 1011000 0 1011011 110100 11100 101001110 1010100 100111

Color Harmonies of #B81058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81058

Black with #B81058

Text Example


Text Example

White with #B81058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81058; }

 p { color: rgb(184,16,88); }

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

background-color css

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

 a { background-color: rgb(184,16,88); }

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

border-color css

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

 span { border-color: rgb(184,16,88); }

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