Html Css Color HEX #BC0950 Jazzberry Jam

📋 copy color: '#BC0950'

red 188 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #BC0950

Tints of Jazzberry Jam #BC0950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 67.87%
G = 3.25%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0950 (or 0xBC0950) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 50. RGB value is (188,9,80). Sum of RGB (Red+Green+Blue) = 188+9+80=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0950 is #43F6AF. Grayscale: #464646. Windows color (decimal): -4454064 or 5245372. OLE color: 5245372.

HSL color Cylindrical-coordinate representation of color #BC0950: hue angle of 336.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0950 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 80 -
CMYK 0 0.95 0.57 0.26
HSL 336.2º 0.91% 0.39% -
HSV(B) 336.2º 0.95% 0.74% -
XYZ 22.28 11.47 8.63 -
YUV 70.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 188 9 80 0 0.95 0.57 0.26 336.2 0.91 0.39
Hex BC 9 50 0 5F 39 1A 150 5B 27
Octal 274 11 120 0 137 71 32 520 133 47
Binary 10111100 1001 1010000 0 1011111 111001 11010 101010000 1011011 100111

Color Harmonies of #BC0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0950

Black with #BC0950

Text Example


Text Example

White with #BC0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0950; }

 p { color: rgb(188,9,80); }

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

background-color css

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

 a { background-color: rgb(188,9,80); }

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

border-color css

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

 span { border-color: rgb(188,9,80); }

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