Html Css Color HEX #BC2F04 Harley Davidson Orange

📋 copy color: '#BC2F04'

red 188 ◦ green 47 ◦ blue 4

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

Shades of Harley Davidson Orange #BC2F04

Tints of Harley Davidson Orange #BC2F04

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 78.66%
G = 19.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC2F04 (or 0xBC2F04) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 04. RGB value is (188,47,4). Sum of RGB (Red+Green+Blue) = 188+47+4=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F04 is #43D0FB. Grayscale: #545454. Windows color (decimal): -4444412 or 274364. OLE color: 274364.

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

Color convert

RGB 188 47 4 -
CMYK 0 0.75 0.98 0.26
HSL 14.02º 0.96% 0.38% -
HSV(B) 14.02º 0.98% 0.74% -
XYZ 21.78 12.73 1.42 -
YUV 84.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 188 47 4 0 0.75 0.98 0.26 14.02 0.96 0.38
Hex BC 2F 4 0 4B 62 1A E 60 26
Octal 274 57 4 0 113 142 32 16 140 46
Binary 10111100 101111 100 0 1001011 1100010 11010 1110 1100000 100110

Color Harmonies of #BC2F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F04

Black with #BC2F04

Text Example


Text Example

White with #BC2F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F04; }

 p { color: rgb(188,47,4); }

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

background-color css

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

 a { background-color: rgb(188,47,4); }

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

border-color css

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

 span { border-color: rgb(188,47,4); }

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