Html Css Color HEX #BC035B Jazzberry Jam

📋 copy color: '#BC035B'

red 188 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #BC035B

Tints of Jazzberry Jam #BC035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 66.67%
G = 1.06%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC035B (or 0xBC035B) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 5B. RGB value is (188,3,91). Sum of RGB (Red+Green+Blue) = 188+3+91=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC035B is #43FCA4. Grayscale: #444444. Windows color (decimal): -4455589 or 5964732. OLE color: 5964732.

HSL color Cylindrical-coordinate representation of color #BC035B: hue angle of 331.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC035B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 91 -
CMYK 0 0.98 0.52 0.26
HSL 331.46º 0.97% 0.37% -
HSV(B) 331.46º 0.98% 0.74% -
XYZ 22.66 11.51 10.93 -
YUV 68.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 188 3 91 0 0.98 0.52 0.26 331.46 0.97 0.37
Hex BC 3 5B 0 62 34 1A 14B 61 25
Octal 274 3 133 0 142 64 32 513 141 45
Binary 10111100 11 1011011 0 1100010 110100 11010 101001011 1100001 100101

Color Harmonies of #BC035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC035B

Black with #BC035B

Text Example


Text Example

White with #BC035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC035B; }

 p { color: rgb(188,3,91); }

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

background-color css

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

 a { background-color: rgb(188,3,91); }

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

border-color css

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

 span { border-color: rgb(188,3,91); }

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