Html Css Color HEX #BF125C Jazzberry Jam

📋 copy color: '#BF125C'

red 191 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #BF125C

Tints of Jazzberry Jam #BF125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

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

R = 63.46%
G = 5.98%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF125C (or 0xBF125C) is known color: Jazzberry Jam. HEX triplet: BF, 12 and 5C. RGB value is (191,18,92). Sum of RGB (Red+Green+Blue) = 191+18+92=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF125C is #40EDA3. Grayscale: #4E4E4E. Windows color (decimal): -4255140 or 6034111. OLE color: 6034111.

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

Color convert

RGB 191 18 92 -
CMYK 0 0.91 0.52 0.25
HSL 334.34º 0.83% 0.41% -
HSV(B) 334.34º 0.91% 0.75% -
XYZ 23.63 12.28 11.25 -
YUV 78.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 191 18 92 0 0.91 0.52 0.25 334.34 0.83 0.41
Hex BF 12 5C 0 5B 34 19 14E 53 29
Octal 277 22 134 0 133 64 31 516 123 51
Binary 10111111 10010 1011100 0 1011011 110100 11001 101001110 1010011 101001

Color Harmonies of #BF125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF125C

Black with #BF125C

Text Example


Text Example

White with #BF125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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