Html Css Color HEX #BC0862 Jazzberry Jam

📋 copy color: '#BC0862'

red 188 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #BC0862

Tints of Jazzberry Jam #BC0862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 63.95%
G = 2.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC0862 (or 0xBC0862) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 62. RGB value is (188,8,98). Sum of RGB (Red+Green+Blue) = 188+8+98=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0862 is #43F79D. Grayscale: #474747. Windows color (decimal): -4454302 or 6424764. OLE color: 6424764.

HSL color Cylindrical-coordinate representation of color #BC0862: hue angle of 330º 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 #BC0862 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 98 -
CMYK 0 0.96 0.48 0.26
HSL 330º 0.92% 0.38% -
HSV(B) 330º 0.96% 0.74% -
XYZ 23.03 11.75 12.61 -
YUV 72.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 188 8 98 0 0.96 0.48 0.26 330 0.92 0.38
Hex BC 8 62 0 60 30 1A 14A 5C 26
Octal 274 10 142 0 140 60 32 512 134 46
Binary 10111100 1000 1100010 0 1100000 110000 11010 101001010 1011100 100110

Color Harmonies of #BC0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0862

Black with #BC0862

Text Example


Text Example

White with #BC0862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0862; }

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

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

background-color css

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

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

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

border-color css

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

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

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