Html Css Color HEX #B2085F Jazzberry Jam

📋 copy color: '#B2085F'

red 178 ◦ green 8 ◦ blue 95

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

Shades of Jazzberry Jam #B2085F

Tints of Jazzberry Jam #B2085F

RGB

 RED value IS 178 (69.92% from 255) = 63.35%

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

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

R = 63.35%
G = 2.85%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2085F (or 0xB2085F) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 5F. RGB value is (178,8,95). Sum of RGB (Red+Green+Blue) = 178+8+95=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2085F is #4DF7A0. Grayscale: #444444. Windows color (decimal): -5109665 or 6228146. OLE color: 6228146.

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

Color convert

RGB 178 8 95 -
CMYK 0 0.96 0.47 0.30
HSL 329.29º 0.91% 0.36% -
HSV(B) 329.29º 0.96% 0.7% -
XYZ 20.51 10.46 11.77 -
YUV 68.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 178 8 95 0 0.96 0.47 0.30 329.29 0.91 0.36
Hex B2 8 5F 0 60 2F 1E 149 5B 24
Octal 262 10 137 0 140 57 36 511 133 44
Binary 10110010 1000 1011111 0 1100000 101111 11110 101001001 1011011 100100

Color Harmonies of #B2085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2085F

Black with #B2085F

Text Example


Text Example

White with #B2085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2085F; }

 p { color: rgb(178,8,95); }

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

background-color css

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

 a { background-color: rgb(178,8,95); }

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

border-color css

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

 span { border-color: rgb(178,8,95); }

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