Html Css Color HEX #BC0851 Jazzberry Jam

📋 copy color: '#BC0851'

red 188 ◦ green 8 ◦ blue 81

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

Shades of Jazzberry Jam #BC0851

Tints of Jazzberry Jam #BC0851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 67.87%
G = 2.89%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0851 (or 0xBC0851) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 51. RGB value is (188,8,81). Sum of RGB (Red+Green+Blue) = 188+8+81=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0851 is #43F7AE. Grayscale: #464646. Windows color (decimal): -4454319 or 5310652. OLE color: 5310652.

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

Color convert

RGB 188 8 81 -
CMYK 0 0.96 0.57 0.26
HSL 335.67º 0.92% 0.38% -
HSV(B) 335.67º 0.96% 0.74% -
XYZ 22.31 11.46 8.82 -
YUV 70.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 188 8 81 0 0.96 0.57 0.26 335.67 0.92 0.38
Hex BC 8 51 0 60 39 1A 150 5C 26
Octal 274 10 121 0 140 71 32 520 134 46
Binary 10111100 1000 1010001 0 1100000 111001 11010 101010000 1011100 100110

Color Harmonies of #BC0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0851

Black with #BC0851

Text Example


Text Example

White with #BC0851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0851; }

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

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

background-color css

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

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

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

border-color css

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

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

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