Html Css Color HEX #BC3212 Harley Davidson Orange

📋 copy color: '#BC3212'

red 188 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #BC3212

Tints of Harley Davidson Orange #BC3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 73.44%
G = 19.53%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3212 (or 0xBC3212) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 12. RGB value is (188,50,18). Sum of RGB (Red+Green+Blue) = 188+50+18=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3212 is #43CDED. Grayscale: #575757. Windows color (decimal): -4443630 or 1192636. OLE color: 1192636.

HSL color Cylindrical-coordinate representation of color #BC3212: hue angle of 11.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3212 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 18 -
CMYK 0 0.73 0.90 0.26
HSL 11.29º 0.83% 0.4% -
HSV(B) 11.29º 0.9% 0.74% -
XYZ 21.99 13.02 1.93 -
YUV 87.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 188 50 18 0 0.73 0.90 0.26 11.29 0.83 0.4
Hex BC 32 12 0 49 5A 1A B 53 28
Octal 274 62 22 0 111 132 32 13 123 50
Binary 10111100 110010 10010 0 1001001 1011010 11010 1011 1010011 101000

Color Harmonies of #BC3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3212

Black with #BC3212

Text Example


Text Example

White with #BC3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3212; }

 p { color: rgb(188,50,18); }

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

background-color css

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

 a { background-color: rgb(188,50,18); }

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

border-color css

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

 span { border-color: rgb(188,50,18); }

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