Html Css Color HEX #BF0765 Jazzberry Jam

📋 copy color: '#BF0765'

red 191 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #BF0765

Tints of Jazzberry Jam #BF0765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 63.88%
G = 2.34%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0765 (or 0xBF0765) is known color: Jazzberry Jam. HEX triplet: BF, 07 and 65. RGB value is (191,7,101). Sum of RGB (Red+Green+Blue) = 191+7+101=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0765 is #40F89A. Grayscale: #484848. Windows color (decimal): -4257947 or 6621119. OLE color: 6621119.

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

Color convert

RGB 191 7 101 -
CMYK 0 0.96 0.47 0.25
HSL 329.35º 0.93% 0.39% -
HSV(B) 329.35º 0.96% 0.75% -
XYZ 23.91 12.17 13.4 -
YUV 72.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 191 7 101 0 0.96 0.47 0.25 329.35 0.93 0.39
Hex BF 7 65 0 60 2F 19 149 5D 27
Octal 277 7 145 0 140 57 31 511 135 47
Binary 10111111 111 1100101 0 1100000 101111 11001 101001001 1011101 100111

Color Harmonies of #BF0765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0765

Black with #BF0765

Text Example


Text Example

White with #BF0765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0765; }

 p { color: rgb(191,7,101); }

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

background-color css

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

 a { background-color: rgb(191,7,101); }

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

border-color css

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

 span { border-color: rgb(191,7,101); }

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