Html Css Color HEX #B91768 Jazzberry Jam

📋 copy color: '#B91768'

red 185 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #B91768

Tints of Jazzberry Jam #B91768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 59.29%
G = 7.37%
B = 33.33%

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

#B91768 (or 0xB91768) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 68. RGB value is (185,23,104). Sum of RGB (Red+Green+Blue) = 185+23+104=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B91768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91768 is #46E897. Grayscale: #505050. Windows color (decimal): -4647064 or 6821817. OLE color: 6821817.

HSL color Cylindrical-coordinate representation of color #B91768: hue angle of 330º 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 #B91768 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 104 -
CMYK 0 0.88 0.44 0.27
HSL 330º 0.78% 0.41% -
HSV(B) 330º 0.88% 0.73% -
XYZ 22.81 11.93 14.2 -
YUV 80.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 185 23 104 0 0.88 0.44 0.27 330 0.78 0.41
Hex B9 17 68 0 58 2C 1B 14A 4E 29
Octal 271 27 150 0 130 54 33 512 116 51
Binary 10111001 10111 1101000 0 1011000 101100 11011 101001010 1001110 101001

Color Harmonies of #B91768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91768

Black with #B91768

Text Example


Text Example

White with #B91768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91768; }

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

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

background-color css

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

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

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

border-color css

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

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

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