Html Css Color HEX #BF065C Jazzberry Jam

📋 copy color: '#BF065C'

red 191 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #BF065C

Tints of Jazzberry Jam #BF065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 66.09%
G = 2.08%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF065C (or 0xBF065C) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 5C. RGB value is (191,6,92). Sum of RGB (Red+Green+Blue) = 191+6+92=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF065C is #40F9A3. Grayscale: #464646. Windows color (decimal): -4258212 or 6031039. OLE color: 6031039.

HSL color Cylindrical-coordinate representation of color #BF065C: hue angle of 332.11º 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 #BF065C is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 6 92 -
CMYK 0 0.97 0.52 0.25
HSL 332.11º 0.94% 0.39% -
HSV(B) 332.11º 0.97% 0.75% -
XYZ 23.48 11.98 11.2 -
YUV 71.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 191 6 92 0 0.97 0.52 0.25 332.11 0.94 0.39
Hex BF 6 5C 0 61 34 19 14C 5E 27
Octal 277 6 134 0 141 64 31 514 136 47
Binary 10111111 110 1011100 0 1100001 110100 11001 101001100 1011110 100111

Color Harmonies of #BF065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF065C

Black with #BF065C

Text Example


Text Example

White with #BF065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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