Html Css Color HEX #B8085A Jazzberry Jam

📋 copy color: '#B8085A'

red 184 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #B8085A

Tints of Jazzberry Jam #B8085A

RGB

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

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

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

R = 65.25%
G = 2.84%
B = 31.91%

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

#B8085A (or 0xB8085A) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5A. RGB value is (184,8,90). Sum of RGB (Red+Green+Blue) = 184+8+90=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085A is #47F7A5. Grayscale: #454545. Windows color (decimal): -4716454 or 5900472. OLE color: 5900472.

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

Color convert

RGB 184 8 90 -
CMYK 0 0.96 0.51 0.28
HSL 332.05º 0.92% 0.38% -
HSV(B) 332.05º 0.96% 0.72% -
XYZ 21.7 11.1 10.67 -
YUV 69.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 184 8 90 0 0.96 0.51 0.28 332.05 0.92 0.38
Hex B8 8 5A 0 60 33 1C 14C 5C 26
Octal 270 10 132 0 140 63 34 514 134 46
Binary 10111000 1000 1011010 0 1100000 110011 11100 101001100 1011100 100110

Color Harmonies of #B8085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8085A

Black with #B8085A

Text Example


Text Example

White with #B8085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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