Html Css Color HEX #BF0B55 Jazzberry Jam

📋 copy color: '#BF0B55'

red 191 ◦ green 11 ◦ blue 85

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

Shades of Jazzberry Jam #BF0B55

Tints of Jazzberry Jam #BF0B55

RGB

 RED value IS 191 (75% from 255) = 66.55%

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 66.55%
G = 3.83%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF0B55 (or 0xBF0B55) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 55. RGB value is (191,11,85). Sum of RGB (Red+Green+Blue) = 191+11+85=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B55 is #40F4AA. Grayscale: #494949. Windows color (decimal): -4256939 or 5573567. OLE color: 5573567.

HSL color Cylindrical-coordinate representation of color #BF0B55: hue angle of 335.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B55 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 11 85 -
CMYK 0 0.94 0.55 0.25
HSL 335.33º 0.89% 0.4% -
HSV(B) 335.33º 0.94% 0.75% -
XYZ 23.25 11.97 9.68 -
YUV 73.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 191 11 85 0 0.94 0.55 0.25 335.33 0.89 0.4
Hex BF B 55 0 5E 37 19 14F 59 28
Octal 277 13 125 0 136 67 31 517 131 50
Binary 10111111 1011 1010101 0 1011110 110111 11001 101001111 1011001 101000

Color Harmonies of #BF0B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B55

Black with #BF0B55

Text Example


Text Example

White with #BF0B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B55; }

 p { color: rgb(191,11,85); }

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

background-color css

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

 a { background-color: rgb(191,11,85); }

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

border-color css

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

 span { border-color: rgb(191,11,85); }

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