Html Css Color HEX #B8066D Jazzberry Jam

📋 copy color: '#B8066D'

red 184 ◦ green 6 ◦ blue 109

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

Shades of Jazzberry Jam #B8066D

Tints of Jazzberry Jam #B8066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 61.54%
G = 2.01%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8066D (or 0xB8066D) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 6D. RGB value is (184,6,109). Sum of RGB (Red+Green+Blue) = 184+6+109=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8066D is #47F992. Grayscale: #464646. Windows color (decimal): -4716947 or 7145144. OLE color: 7145144.

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

Color convert

RGB 184 6 109 -
CMYK 0 0.97 0.41 0.28
HSL 325.28º 0.94% 0.37% -
HSV(B) 325.28º 0.97% 0.72% -
XYZ 22.59 11.42 15.48 -
YUV 70.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 184 6 109 0 0.97 0.41 0.28 325.28 0.94 0.37
Hex B8 6 6D 0 61 29 1C 145 5E 25
Octal 270 6 155 0 141 51 34 505 136 45
Binary 10111000 110 1101101 0 1100001 101001 11100 101000101 1011110 100101

Color Harmonies of #B8066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8066D

Black with #B8066D

Text Example


Text Example

White with #B8066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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