Html Css Color HEX #BC2F02 Harley Davidson Orange

📋 copy color: '#BC2F02'

red 188 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #BC2F02

Tints of Harley Davidson Orange #BC2F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 79.32%
G = 19.83%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC2F02 (or 0xBC2F02) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 02. RGB value is (188,47,2). Sum of RGB (Red+Green+Blue) = 188+47+2=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F02 is #43D0FD. Grayscale: #545454. Windows color (decimal): -4444414 or 143292. OLE color: 143292.

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

Color convert

RGB 188 47 2 -
CMYK 0 0.75 0.99 0.26
HSL 14.52º 0.98% 0.37% -
HSV(B) 14.52º 0.99% 0.74% -
XYZ 21.77 12.73 1.37 -
YUV 84.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 188 47 2 0 0.75 0.99 0.26 14.52 0.98 0.37
Hex BC 2F 2 0 4B 63 1A F 62 25
Octal 274 57 2 0 113 143 32 17 142 45
Binary 10111100 101111 10 0 1001011 1100011 11010 1111 1100010 100101

Color Harmonies of #BC2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F02

Black with #BC2F02

Text Example


Text Example

White with #BC2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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