Html Css Color HEX #B90852 Jazzberry Jam

📋 copy color: '#B90852'

red 185 ◦ green 8 ◦ blue 82

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

Shades of Jazzberry Jam #B90852

Tints of Jazzberry Jam #B90852

RGB

 RED value IS 185 (72.66% from 255) = 67.27%

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

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 67.27%
G = 2.91%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B90852 (or 0xB90852) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 52. RGB value is (185,8,82). Sum of RGB (Red+Green+Blue) = 185+8+82=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B90852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90852 is #46F7AD. Grayscale: #454545. Windows color (decimal): -4650926 or 5376185. OLE color: 5376185.

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

Color convert

RGB 185 8 82 -
CMYK 0 0.96 0.56 0.27
HSL 334.92º 0.92% 0.38% -
HSV(B) 334.92º 0.96% 0.73% -
XYZ 21.62 11.1 8.99 -
YUV 69.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 185 8 82 0 0.96 0.56 0.27 334.92 0.92 0.38
Hex B9 8 52 0 60 38 1B 14F 5C 26
Octal 271 10 122 0 140 70 33 517 134 46
Binary 10111001 1000 1010010 0 1100000 111000 11011 101001111 1011100 100110

Color Harmonies of #B90852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90852

Black with #B90852

Text Example


Text Example

White with #B90852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90852; }

 p { color: rgb(185,8,82); }

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

background-color css

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

 a { background-color: rgb(185,8,82); }

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

border-color css

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

 span { border-color: rgb(185,8,82); }

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