Html Css Color HEX #BF0952 Jazzberry Jam

📋 copy color: '#BF0952'

red 191 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #BF0952

Tints of Jazzberry Jam #BF0952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 67.73%
G = 3.19%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF0952 (or 0xBF0952) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 52. RGB value is (191,9,82). Sum of RGB (Red+Green+Blue) = 191+9+82=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0952 is #40F6AD. Grayscale: #474747. Windows color (decimal): -4257454 or 5376447. OLE color: 5376447.

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

Color convert

RGB 191 9 82 -
CMYK 0 0.95 0.57 0.25
HSL 335.93º 0.91% 0.39% -
HSV(B) 335.93º 0.95% 0.75% -
XYZ 23.11 11.88 9.06 -
YUV 71.74 133.8 213.06 -
System Red Green Blue C M Y K H S L
Decimal 191 9 82 0 0.95 0.57 0.25 335.93 0.91 0.39
Hex BF 9 52 0 5F 39 19 150 5B 27
Octal 277 11 122 0 137 71 31 520 133 47
Binary 10111111 1001 1010010 0 1011111 111001 11001 101010000 1011011 100111

Color Harmonies of #BF0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0952

Black with #BF0952

Text Example


Text Example

White with #BF0952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0952; }

 p { color: rgb(191,9,82); }

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

background-color css

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

 a { background-color: rgb(191,9,82); }

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

border-color css

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

 span { border-color: rgb(191,9,82); }

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