Html Css Color HEX #B81057 Jazzberry Jam

📋 copy color: '#B81057'

red 184 ◦ green 16 ◦ blue 87

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

Shades of Jazzberry Jam #B81057

Tints of Jazzberry Jam #B81057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 64.11%
G = 5.57%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B81057 (or 0xB81057) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 57. RGB value is (184,16,87). Sum of RGB (Red+Green+Blue) = 184+16+87=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81057 is #47EFA8. Grayscale: #4A4A4A. Windows color (decimal): -4714409 or 5705912. OLE color: 5705912.

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

Color convert

RGB 184 16 87 -
CMYK 0 0.91 0.53 0.28
HSL 334.64º 0.84% 0.39% -
HSV(B) 334.64º 0.91% 0.72% -
XYZ 21.67 11.25 10.05 -
YUV 74.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 184 16 87 0 0.91 0.53 0.28 334.64 0.84 0.39
Hex B8 10 57 0 5B 35 1C 14F 54 27
Octal 270 20 127 0 133 65 34 517 124 47
Binary 10111000 10000 1010111 0 1011011 110101 11100 101001111 1010100 100111

Color Harmonies of #B81057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81057

Black with #B81057

Text Example


Text Example

White with #B81057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81057; }

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

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

background-color css

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

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

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

border-color css

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

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

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