Html Css Color HEX #B81D6A Jazzberry Jam

📋 copy color: '#B81D6A'

red 184 ◦ green 29 ◦ blue 106

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

Shades of Jazzberry Jam #B81D6A

Tints of Jazzberry Jam #B81D6A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 57.68%
G = 9.09%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B81D6A (or 0xB81D6A) is known color: Jazzberry Jam. HEX triplet: B8, 1D and 6A. RGB value is (184,29,106). Sum of RGB (Red+Green+Blue) = 184+29+106=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D6A is #47E295. Grayscale: #535353. Windows color (decimal): -4711062 or 6954424. OLE color: 6954424.

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

Color convert

RGB 184 29 106 -
CMYK 0 0.84 0.42 0.28
HSL 330.19º 0.73% 0.42% -
HSV(B) 330.19º 0.84% 0.72% -
XYZ 22.81 12.11 14.77 -
YUV 84.12 140.35 199.24 -
System Red Green Blue C M Y K H S L
Decimal 184 29 106 0 0.84 0.42 0.28 330.19 0.73 0.42
Hex B8 1D 6A 0 54 2A 1C 14A 49 2A
Octal 270 35 152 0 124 52 34 512 111 52
Binary 10111000 11101 1101010 0 1010100 101010 11100 101001010 1001001 101010

Color Harmonies of #B81D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D6A

Black with #B81D6A

Text Example


Text Example

White with #B81D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D6A; }

 p { color: rgb(184,29,106); }

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

background-color css

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

 a { background-color: rgb(184,29,106); }

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

border-color css

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

 span { border-color: rgb(184,29,106); }

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