Html Css Color HEX #B8034B Jazzberry Jam

📋 copy color: '#B8034B'

red 184 ◦ green 3 ◦ blue 75

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

Shades of Jazzberry Jam #B8034B

Tints of Jazzberry Jam #B8034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 70.23%
G = 1.15%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8034B (or 0xB8034B) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 4B. RGB value is (184,3,75). Sum of RGB (Red+Green+Blue) = 184+3+75=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8034B is #47FCB4. Grayscale: #414141. Windows color (decimal): -4717749 or 4916152. OLE color: 4916152.

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

Color convert

RGB 184 3 75 -
CMYK 0 0.98 0.59 0.28
HSL 336.13º 0.97% 0.37% -
HSV(B) 336.13º 0.98% 0.72% -
XYZ 21.07 10.76 7.62 -
YUV 65.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 184 3 75 0 0.98 0.59 0.28 336.13 0.97 0.37
Hex B8 3 4B 0 62 3B 1C 150 61 25
Octal 270 3 113 0 142 73 34 520 141 45
Binary 10111000 11 1001011 0 1100010 111011 11100 101010000 1100001 100101

Color Harmonies of #B8034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8034B

Black with #B8034B

Text Example


Text Example

White with #B8034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8034B; }

 p { color: rgb(184,3,75); }

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

background-color css

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

 a { background-color: rgb(184,3,75); }

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

border-color css

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

 span { border-color: rgb(184,3,75); }

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