Html Css Color HEX #B0085D Jazzberry Jam

📋 copy color: '#B0085D'

red 176 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #B0085D

Tints of Jazzberry Jam #B0085D

RGB

 RED value IS 176 (69.14% from 255) = 63.54%

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 63.54%
G = 2.89%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0085D (or 0xB0085D) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 5D. RGB value is (176,8,93). Sum of RGB (Red+Green+Blue) = 176+8+93=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0085D is #4FF7A2. Grayscale: #434343. Windows color (decimal): -5240739 or 6097072. OLE color: 6097072.

HSL color Cylindrical-coordinate representation of color #B0085D: hue angle of 329.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0085D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 93 -
CMYK 0 0.95 0.47 0.31
HSL 329.64º 0.91% 0.36% -
HSV(B) 329.64º 0.95% 0.69% -
XYZ 19.97 10.19 11.27 -
YUV 67.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 176 8 93 0 0.95 0.47 0.31 329.64 0.91 0.36
Hex B0 8 5D 0 5F 2F 1F 14A 5B 24
Octal 260 10 135 0 137 57 37 512 133 44
Binary 10110000 1000 1011101 0 1011111 101111 11111 101001010 1011011 100100

Color Harmonies of #B0085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0085D

Black with #B0085D

Text Example


Text Example

White with #B0085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0085D; }

 p { color: rgb(176,8,93); }

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

background-color css

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

 a { background-color: rgb(176,8,93); }

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

border-color css

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

 span { border-color: rgb(176,8,93); }

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