Html Css Color HEX #B8066B Jazzberry Jam

📋 copy color: '#B8066B'

red 184 ◦ green 6 ◦ blue 107

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

Shades of Jazzberry Jam #B8066B

Tints of Jazzberry Jam #B8066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 61.95%
G = 2.02%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8066B (or 0xB8066B) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 6B. RGB value is (184,6,107). Sum of RGB (Red+Green+Blue) = 184+6+107=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8066B is #47F994. Grayscale: #464646. Windows color (decimal): -4716949 or 7014072. OLE color: 7014072.

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

Color convert

RGB 184 6 107 -
CMYK 0 0.97 0.42 0.28
HSL 325.96º 0.94% 0.37% -
HSV(B) 325.96º 0.97% 0.72% -
XYZ 22.49 11.38 14.92 -
YUV 70.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 184 6 107 0 0.97 0.42 0.28 325.96 0.94 0.37
Hex B8 6 6B 0 61 2A 1C 146 5E 25
Octal 270 6 153 0 141 52 34 506 136 45
Binary 10111000 110 1101011 0 1100001 101010 11100 101000110 1011110 100101

Color Harmonies of #B8066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8066B

Black with #B8066B

Text Example


Text Example

White with #B8066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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