Html Css Color HEX #B8076D Jazzberry Jam

📋 copy color: '#B8076D'

red 184 ◦ green 7 ◦ blue 109

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

Shades of Jazzberry Jam #B8076D

Tints of Jazzberry Jam #B8076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 61.33%
G = 2.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8076D (or 0xB8076D) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 6D. RGB value is (184,7,109). Sum of RGB (Red+Green+Blue) = 184+7+109=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8076D is #47F892. Grayscale: #474747. Windows color (decimal): -4716691 or 7145400. OLE color: 7145400.

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

Color convert

RGB 184 7 109 -
CMYK 0 0.96 0.41 0.28
HSL 325.42º 0.93% 0.37% -
HSV(B) 325.42º 0.96% 0.72% -
XYZ 22.6 11.45 15.49 -
YUV 71.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 184 7 109 0 0.96 0.41 0.28 325.42 0.93 0.37
Hex B8 7 6D 0 60 29 1C 145 5D 25
Octal 270 7 155 0 140 51 34 505 135 45
Binary 10111000 111 1101101 0 1100000 101001 11100 101000101 1011101 100101

Color Harmonies of #B8076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8076D

Black with #B8076D

Text Example


Text Example

White with #B8076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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