Html Css Color HEX #BC0854 Jazzberry Jam

📋 copy color: '#BC0854'

red 188 ◦ green 8 ◦ blue 84

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

Shades of Jazzberry Jam #BC0854

Tints of Jazzberry Jam #BC0854

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 67.14%
G = 2.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC0854 (or 0xBC0854) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 54. RGB value is (188,8,84). Sum of RGB (Red+Green+Blue) = 188+8+84=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0854 is #43F7AB. Grayscale: #464646. Windows color (decimal): -4454316 or 5507260. OLE color: 5507260.

HSL color Cylindrical-coordinate representation of color #BC0854: hue angle of 334.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0854 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 84 -
CMYK 0 0.96 0.55 0.26
HSL 334.67º 0.92% 0.38% -
HSV(B) 334.67º 0.96% 0.74% -
XYZ 22.43 11.51 9.43 -
YUV 70.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 188 8 84 0 0.96 0.55 0.26 334.67 0.92 0.38
Hex BC 8 54 0 60 37 1A 14F 5C 26
Octal 274 10 124 0 140 67 32 517 134 46
Binary 10111100 1000 1010100 0 1100000 110111 11010 101001111 1011100 100110

Color Harmonies of #BC0854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0854

Black with #BC0854

Text Example


Text Example

White with #BC0854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0854; }

 p { color: rgb(188,8,84); }

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

background-color css

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

 a { background-color: rgb(188,8,84); }

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

border-color css

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

 span { border-color: rgb(188,8,84); }

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