Html Css Color HEX #B81B66 Jazzberry Jam

📋 copy color: '#B81B66'

red 184 ◦ green 27 ◦ blue 102

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

Shades of Jazzberry Jam #B81B66

Tints of Jazzberry Jam #B81B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 58.79%
G = 8.63%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B81B66 (or 0xB81B66) is known color: Jazzberry Jam. HEX triplet: B8, 1B and 66. RGB value is (184,27,102). Sum of RGB (Red+Green+Blue) = 184+27+102=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B66 is #47E499. Grayscale: #525252. Windows color (decimal): -4711578 or 6691768. OLE color: 6691768.

HSL color Cylindrical-coordinate representation of color #B81B66: hue angle of 331.34º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B66 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 27 102 -
CMYK 0 0.85 0.45 0.28
HSL 331.34º 0.74% 0.41% -
HSV(B) 331.34º 0.85% 0.72% -
XYZ 22.56 11.93 13.68 -
YUV 82.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 184 27 102 0 0.85 0.45 0.28 331.34 0.74 0.41
Hex B8 1B 66 0 55 2D 1C 14B 4A 29
Octal 270 33 146 0 125 55 34 513 112 51
Binary 10111000 11011 1100110 0 1010101 101101 11100 101001011 1001010 101001

Color Harmonies of #B81B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B66

Black with #B81B66

Text Example


Text Example

White with #B81B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B66; }

 p { color: rgb(184,27,102); }

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

background-color css

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

 a { background-color: rgb(184,27,102); }

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

border-color css

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

 span { border-color: rgb(184,27,102); }

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