Html Css Color HEX #BC095F Jazzberry Jam

📋 copy color: '#BC095F'

red 188 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #BC095F

Tints of Jazzberry Jam #BC095F

RGB

 RED value IS 188 (73.83% from 255) = 64.38%

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 64.38%
G = 3.08%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC095F (or 0xBC095F) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 5F. RGB value is (188,9,95). Sum of RGB (Red+Green+Blue) = 188+9+95=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC095F is #43F6A0. Grayscale: #484848. Windows color (decimal): -4454049 or 6228412. OLE color: 6228412.

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

Color convert

RGB 188 9 95 -
CMYK 0 0.95 0.49 0.26
HSL 331.17º 0.91% 0.39% -
HSV(B) 331.17º 0.95% 0.74% -
XYZ 22.9 11.71 11.88 -
YUV 72.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 188 9 95 0 0.95 0.49 0.26 331.17 0.91 0.39
Hex BC 9 5F 0 5F 31 1A 14B 5B 27
Octal 274 11 137 0 137 61 32 513 133 47
Binary 10111100 1001 1011111 0 1011111 110001 11010 101001011 1011011 100111

Color Harmonies of #BC095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC095F

Black with #BC095F

Text Example


Text Example

White with #BC095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC095F; }

 p { color: rgb(188,9,95); }

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

background-color css

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

 a { background-color: rgb(188,9,95); }

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

border-color css

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

 span { border-color: rgb(188,9,95); }

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