Html Css Color HEX #B91767 Jazzberry Jam

📋 copy color: '#B91767'

red 185 ◦ green 23 ◦ blue 103

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

Shades of Jazzberry Jam #B91767

Tints of Jazzberry Jam #B91767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 59.49%
G = 7.4%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B91767 (or 0xB91767) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 67. RGB value is (185,23,103). Sum of RGB (Red+Green+Blue) = 185+23+103=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B91767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91767 is #46E898. Grayscale: #505050. Windows color (decimal): -4647065 or 6756281. OLE color: 6756281.

HSL color Cylindrical-coordinate representation of color #B91767: hue angle of 330.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91767 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 103 -
CMYK 0 0.88 0.44 0.27
HSL 330.37º 0.78% 0.41% -
HSV(B) 330.37º 0.88% 0.73% -
XYZ 22.76 11.91 13.93 -
YUV 80.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 185 23 103 0 0.88 0.44 0.27 330.37 0.78 0.41
Hex B9 17 67 0 58 2C 1B 14A 4E 29
Octal 271 27 147 0 130 54 33 512 116 51
Binary 10111001 10111 1100111 0 1011000 101100 11011 101001010 1001110 101001

Color Harmonies of #B91767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91767

Black with #B91767

Text Example


Text Example

White with #B91767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91767; }

 p { color: rgb(185,23,103); }

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

background-color css

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

 a { background-color: rgb(185,23,103); }

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

border-color css

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

 span { border-color: rgb(185,23,103); }

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