Html Css Color HEX #BC2812 Harley Davidson Orange

📋 copy color: '#BC2812'

red 188 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #BC2812

Tints of Harley Davidson Orange #BC2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 76.42%
G = 16.26%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC2812 (or 0xBC2812) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 12. RGB value is (188,40,18). Sum of RGB (Red+Green+Blue) = 188+40+18=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2812 is #43D7ED. Grayscale: #515151. Windows color (decimal): -4446190 or 1190076. OLE color: 1190076.

HSL color Cylindrical-coordinate representation of color #BC2812: hue angle of 7.76º 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 #BC2812 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 18 -
CMYK 0 0.79 0.90 0.26
HSL 7.76º 0.83% 0.4% -
HSV(B) 7.76º 0.9% 0.74% -
XYZ 21.61 12.25 1.8 -
YUV 81.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 188 40 18 0 0.79 0.90 0.26 7.76 0.83 0.4
Hex BC 28 12 0 4F 5A 1A 8 53 28
Octal 274 50 22 0 117 132 32 10 123 50
Binary 10111100 101000 10010 0 1001111 1011010 11010 1000 1010011 101000

Color Harmonies of #BC2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2812

Black with #BC2812

Text Example


Text Example

White with #BC2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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