Html Css Color HEX #BC2F03 Harley Davidson Orange

📋 copy color: '#BC2F03'

red 188 ◦ green 47 ◦ blue 3

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

Shades of Harley Davidson Orange #BC2F03

Tints of Harley Davidson Orange #BC2F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 78.99%
G = 19.75%
B = 1.26%

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

#BC2F03 (or 0xBC2F03) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 03. RGB value is (188,47,3). Sum of RGB (Red+Green+Blue) = 188+47+3=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F03 is #43D0FC. Grayscale: #545454. Windows color (decimal): -4444413 or 208828. OLE color: 208828.

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

Color convert

RGB 188 47 3 -
CMYK 0 0.75 0.98 0.26
HSL 14.27º 0.97% 0.37% -
HSV(B) 14.27º 0.98% 0.74% -
XYZ 21.77 12.73 1.4 -
YUV 84.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 188 47 3 0 0.75 0.98 0.26 14.27 0.97 0.37
Hex BC 2F 3 0 4B 62 1A E 61 25
Octal 274 57 3 0 113 142 32 16 141 45
Binary 10111100 101111 11 0 1001011 1100010 11010 1110 1100001 100101

Color Harmonies of #BC2F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F03

Black with #BC2F03

Text Example


Text Example

White with #BC2F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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