Html Css Color HEX #BF005A Jazzberry Jam

📋 copy color: '#BF005A'

red 191 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #BF005A

Tints of Jazzberry Jam #BF005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 67.97%
G = 0%
B = 32.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF005A (or 0xBF005A) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 5A. RGB value is (191,0,90). Sum of RGB (Red+Green+Blue) = 191+0+90=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF005A is #40FFA5. Grayscale: #434343. Windows color (decimal): -4259750 or 5898431. OLE color: 5898431.

HSL color Cylindrical-coordinate representation of color #BF005A: hue angle of 331.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF005A is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 90 -
CMYK 0 1 0.53 0.25
HSL 331.73º 1% 0.37% -
HSV(B) 331.73º 1% 0.75% -
XYZ 23.33 11.81 10.72 -
YUV 67.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 191 0 90 0 1 0.53 0.25 331.73 1 0.37
Hex BF 0 5A 0 64 35 19 14C 64 25
Octal 277 0 132 0 144 65 31 514 144 45
Binary 10111111 0 1011010 0 1100100 110101 11001 101001100 1100100 100101

Color Harmonies of #BF005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF005A

Black with #BF005A

Text Example


Text Example

White with #BF005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF005A; }

 p { color: rgb(191,0,90); }

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

background-color css

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

 a { background-color: rgb(191,0,90); }

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

border-color css

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

 span { border-color: rgb(191,0,90); }

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