Html Css Color HEX #B8075A Jazzberry Jam

📋 copy color: '#B8075A'

red 184 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #B8075A

Tints of Jazzberry Jam #B8075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 65.48%
G = 2.49%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8075A (or 0xB8075A) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 5A. RGB value is (184,7,90). Sum of RGB (Red+Green+Blue) = 184+7+90=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8075A is #47F8A5. Grayscale: #454545. Windows color (decimal): -4716710 or 5900216. OLE color: 5900216.

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

Color convert

RGB 184 7 90 -
CMYK 0 0.96 0.51 0.28
HSL 331.86º 0.93% 0.37% -
HSV(B) 331.86º 0.96% 0.72% -
XYZ 21.69 11.08 10.67 -
YUV 69.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 184 7 90 0 0.96 0.51 0.28 331.86 0.93 0.37
Hex B8 7 5A 0 60 33 1C 14C 5D 25
Octal 270 7 132 0 140 63 34 514 135 45
Binary 10111000 111 1011010 0 1100000 110011 11100 101001100 1011101 100101

Color Harmonies of #B8075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8075A

Black with #B8075A

Text Example


Text Example

White with #B8075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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