Html Css Color HEX #BC2D0F Harley Davidson Orange

📋 copy color: '#BC2D0F'

red 188 ◦ green 45 ◦ blue 15

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

Shades of Harley Davidson Orange #BC2D0F

Tints of Harley Davidson Orange #BC2D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 75.81%
G = 18.15%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC2D0F (or 0xBC2D0F) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 0F. RGB value is (188,45,15). Sum of RGB (Red+Green+Blue) = 188+45+15=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D0F is #43D2F0. Grayscale: #545454. Windows color (decimal): -4444913 or 994748. OLE color: 994748.

HSL color Cylindrical-coordinate representation of color #BC2D0F: hue angle of 10.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC2D0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 15 -
CMYK 0 0.76 0.92 0.26
HSL 10.4º 0.85% 0.4% -
HSV(B) 10.4º 0.92% 0.74% -
XYZ 21.76 12.6 1.74 -
YUV 84.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 188 45 15 0 0.76 0.92 0.26 10.4 0.85 0.4
Hex BC 2D F 0 4C 5C 1A A 55 28
Octal 274 55 17 0 114 134 32 12 125 50
Binary 10111100 101101 1111 0 1001100 1011100 11010 1010 1010101 101000

Color Harmonies of #BC2D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D0F

Black with #BC2D0F

Text Example


Text Example

White with #BC2D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D0F; }

 p { color: rgb(188,45,15); }

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

background-color css

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

 a { background-color: rgb(188,45,15); }

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

border-color css

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

 span { border-color: rgb(188,45,15); }

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