Html Css Color HEX #B3084D Jazzberry Jam

📋 copy color: '#B3084D'

red 179 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #B3084D

Tints of Jazzberry Jam #B3084D

RGB

 RED value IS 179 (70.31% from 255) = 67.8%

 GREEN value IS 8 (3.52% from 255) = 3.03%

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 67.8%
G = 3.03%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3084D (or 0xB3084D) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 4D. RGB value is (179,8,77). Sum of RGB (Red+Green+Blue) = 179+8+77=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3084D is #4CF7B2. Grayscale: #424242. Windows color (decimal): -5044147 or 5048499. OLE color: 5048499.

HSL color Cylindrical-coordinate representation of color #B3084D: hue angle of 335.79º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3084D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 77 -
CMYK 0 0.96 0.57 0.30
HSL 335.79º 0.91% 0.37% -
HSV(B) 335.79º 0.96% 0.7% -
XYZ 20.02 10.29 7.95 -
YUV 67 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 179 8 77 0 0.96 0.57 0.30 335.79 0.91 0.37
Hex B3 8 4D 0 60 39 1E 150 5B 25
Octal 263 10 115 0 140 71 36 520 133 45
Binary 10110011 1000 1001101 0 1100000 111001 11110 101010000 1011011 100101

Color Harmonies of #B3084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3084D

Black with #B3084D

Text Example


Text Example

White with #B3084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3084D; }

 p { color: rgb(179,8,77); }

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

background-color css

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

 a { background-color: rgb(179,8,77); }

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

border-color css

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

 span { border-color: rgb(179,8,77); }

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