Html Css Color HEX #B8026B Jazzberry Jam

📋 copy color: '#B8026B'

red 184 ◦ green 2 ◦ blue 107

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

Shades of Jazzberry Jam #B8026B

Tints of Jazzberry Jam #B8026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 62.8%
G = 0.68%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8026B (or 0xB8026B) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 6B. RGB value is (184,2,107). Sum of RGB (Red+Green+Blue) = 184+2+107=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8026B is #47FD94. Grayscale: #444444. Windows color (decimal): -4717973 or 7013048. OLE color: 7013048.

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

Color convert

RGB 184 2 107 -
CMYK 0 0.99 0.42 0.28
HSL 325.38º 0.98% 0.36% -
HSV(B) 325.38º 0.99% 0.72% -
XYZ 22.44 11.3 14.91 -
YUV 68.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 184 2 107 0 0.99 0.42 0.28 325.38 0.98 0.36
Hex B8 2 6B 0 63 2A 1C 145 62 24
Octal 270 2 153 0 143 52 34 505 142 44
Binary 10111000 10 1101011 0 1100011 101010 11100 101000101 1100010 100100

Color Harmonies of #B8026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8026B

Black with #B8026B

Text Example


Text Example

White with #B8026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8026B; }

 p { color: rgb(184,2,107); }

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

background-color css

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

 a { background-color: rgb(184,2,107); }

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

border-color css

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

 span { border-color: rgb(184,2,107); }

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