Html Css Color HEX #BC2F0D Harley Davidson Orange

📋 copy color: '#BC2F0D'

red 188 ◦ green 47 ◦ blue 13

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

Shades of Harley Davidson Orange #BC2F0D

Tints of Harley Davidson Orange #BC2F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 75.81%
G = 18.95%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC2F0D (or 0xBC2F0D) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 0D. RGB value is (188,47,13). Sum of RGB (Red+Green+Blue) = 188+47+13=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F0D is #43D0F2. Grayscale: #555555. Windows color (decimal): -4444403 or 864188. OLE color: 864188.

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

Color convert

RGB 188 47 13 -
CMYK 0 0.75 0.93 0.26
HSL 11.66º 0.87% 0.39% -
HSV(B) 11.66º 0.93% 0.74% -
XYZ 21.83 12.75 1.69 -
YUV 85.28 87.21 201.26 -
System Red Green Blue C M Y K H S L
Decimal 188 47 13 0 0.75 0.93 0.26 11.66 0.87 0.39
Hex BC 2F D 0 4B 5D 1A C 57 27
Octal 274 57 15 0 113 135 32 14 127 47
Binary 10111100 101111 1101 0 1001011 1011101 11010 1100 1010111 100111

Color Harmonies of #BC2F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F0D

Black with #BC2F0D

Text Example


Text Example

White with #BC2F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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