Html Css Color HEX #B9035B Jazzberry Jam

📋 copy color: '#B9035B'

red 185 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #B9035B

Tints of Jazzberry Jam #B9035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 66.31%
G = 1.08%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9035B (or 0xB9035B) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 5B. RGB value is (185,3,91). Sum of RGB (Red+Green+Blue) = 185+3+91=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9035B is #46FCA4. Grayscale: #434343. Windows color (decimal): -4652197 or 5964729. OLE color: 5964729.

HSL color Cylindrical-coordinate representation of color #B9035B: hue angle of 330.99º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9035B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 91 -
CMYK 0 0.98 0.51 0.27
HSL 330.99º 0.97% 0.37% -
HSV(B) 330.99º 0.98% 0.73% -
XYZ 21.93 11.13 10.89 -
YUV 67.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 185 3 91 0 0.98 0.51 0.27 330.99 0.97 0.37
Hex B9 3 5B 0 62 33 1B 14B 61 25
Octal 271 3 133 0 142 63 33 513 141 45
Binary 10111001 11 1011011 0 1100010 110011 11011 101001011 1100001 100101

Color Harmonies of #B9035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9035B

Black with #B9035B

Text Example


Text Example

White with #B9035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9035B; }

 p { color: rgb(185,3,91); }

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

background-color css

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

 a { background-color: rgb(185,3,91); }

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

border-color css

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

 span { border-color: rgb(185,3,91); }

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