Html Css Color HEX #B8035F Jazzberry Jam

📋 copy color: '#B8035F'

red 184 ◦ green 3 ◦ blue 95

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

Shades of Jazzberry Jam #B8035F

Tints of Jazzberry Jam #B8035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 65.25%
G = 1.06%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8035F (or 0xB8035F) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 5F. RGB value is (184,3,95). Sum of RGB (Red+Green+Blue) = 184+3+95=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8035F is #47FCA0. Grayscale: #434343. Windows color (decimal): -4717729 or 6226872. OLE color: 6226872.

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

Color convert

RGB 184 3 95 -
CMYK 0 0.98 0.48 0.28
HSL 329.5º 0.97% 0.37% -
HSV(B) 329.5º 0.98% 0.72% -
XYZ 21.87 11.08 11.81 -
YUV 67.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 184 3 95 0 0.98 0.48 0.28 329.5 0.97 0.37
Hex B8 3 5F 0 62 30 1C 14A 61 25
Octal 270 3 137 0 142 60 34 512 141 45
Binary 10111000 11 1011111 0 1100010 110000 11100 101001010 1100001 100101

Color Harmonies of #B8035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8035F

Black with #B8035F

Text Example


Text Example

White with #B8035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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