Html Css Color HEX #BF0667 Jazzberry Jam

📋 copy color: '#BF0667'

red 191 ◦ green 6 ◦ blue 103

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

Shades of Jazzberry Jam #BF0667

Tints of Jazzberry Jam #BF0667

RGB

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

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

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

R = 63.67%
G = 2%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF0667 (or 0xBF0667) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 67. RGB value is (191,6,103). Sum of RGB (Red+Green+Blue) = 191+6+103=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0667 is #40F998. Grayscale: #484848. Windows color (decimal): -4258201 or 6751935. OLE color: 6751935.

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

Color convert

RGB 191 6 103 -
CMYK 0 0.97 0.46 0.25
HSL 328.54º 0.94% 0.39% -
HSV(B) 328.54º 0.97% 0.75% -
XYZ 24 12.19 13.92 -
YUV 72.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 191 6 103 0 0.97 0.46 0.25 328.54 0.94 0.39
Hex BF 6 67 0 61 2E 19 149 5E 27
Octal 277 6 147 0 141 56 31 511 136 47
Binary 10111111 110 1100111 0 1100001 101110 11001 101001001 1011110 100111

Color Harmonies of #BF0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0667

Black with #BF0667

Text Example


Text Example

White with #BF0667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0667; }

 p { color: rgb(191,6,103); }

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

background-color css

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

 a { background-color: rgb(191,6,103); }

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

border-color css

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

 span { border-color: rgb(191,6,103); }

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