Html Css Color HEX #B9065B Jazzberry Jam

📋 copy color: '#B9065B'

red 185 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #B9065B

Tints of Jazzberry Jam #B9065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 65.6%
G = 2.13%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9065B (or 0xB9065B) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 5B. RGB value is (185,6,91). Sum of RGB (Red+Green+Blue) = 185+6+91=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9065B is #46F9A4. Grayscale: #454545. Windows color (decimal): -4651429 or 5965497. OLE color: 5965497.

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

Color convert

RGB 185 6 91 -
CMYK 0 0.97 0.51 0.27
HSL 331.51º 0.94% 0.37% -
HSV(B) 331.51º 0.97% 0.73% -
XYZ 21.96 11.2 10.9 -
YUV 69.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 185 6 91 0 0.97 0.51 0.27 331.51 0.94 0.37
Hex B9 6 5B 0 61 33 1B 14C 5E 25
Octal 271 6 133 0 141 63 33 514 136 45
Binary 10111001 110 1011011 0 1100001 110011 11011 101001100 1011110 100101

Color Harmonies of #B9065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9065B

Black with #B9065B

Text Example


Text Example

White with #B9065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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