Html Css Color HEX #BC014B Jazzberry Jam

📋 copy color: '#BC014B'

red 188 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #BC014B

Tints of Jazzberry Jam #BC014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 71.21%
G = 0.38%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC014B (or 0xBC014B) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 4B. RGB value is (188,1,75). Sum of RGB (Red+Green+Blue) = 188+1+75=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC014B is #43FEB4. Grayscale: #414141. Windows color (decimal): -4456117 or 4915644. OLE color: 4915644.

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

Color convert

RGB 188 1 75 -
CMYK 0 0.99 0.60 0.26
HSL 336.26º 0.99% 0.37% -
HSV(B) 336.26º 0.99% 0.74% -
XYZ 22.02 11.22 7.66 -
YUV 65.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 188 1 75 0 0.99 0.60 0.26 336.26 0.99 0.37
Hex BC 1 4B 0 63 3C 1A 150 63 25
Octal 274 1 113 0 143 74 32 520 143 45
Binary 10111100 1 1001011 0 1100011 111100 11010 101010000 1100011 100101

Color Harmonies of #BC014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC014B

Black with #BC014B

Text Example


Text Example

White with #BC014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC014B; }

 p { color: rgb(188,1,75); }

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

background-color css

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

 a { background-color: rgb(188,1,75); }

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

border-color css

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

 span { border-color: rgb(188,1,75); }

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