Html Css Color HEX #BC301F Harley Davidson Orange

📋 copy color: '#BC301F'

red 188 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #BC301F

Tints of Harley Davidson Orange #BC301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 70.41%
G = 17.98%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC301F (or 0xBC301F) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1F. RGB value is (188,48,31). Sum of RGB (Red+Green+Blue) = 188+48+31=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301F is #43CFE0. Grayscale: #585858. Windows color (decimal): -4444129 or 2044092. OLE color: 2044092.

HSL color Cylindrical-coordinate representation of color #BC301F: hue angle of 6.5º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC301F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 31 -
CMYK 0 0.74 0.84 0.26
HSL 6.5º 0.72% 0.43% -
HSV(B) 6.5º 0.84% 0.74% -
XYZ 22.04 12.9 2.63 -
YUV 87.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 188 48 31 0 0.74 0.84 0.26 6.5 0.72 0.43
Hex BC 30 1F 0 4A 54 1A 6 48 2B
Octal 274 60 37 0 112 124 32 6 110 53
Binary 10111100 110000 11111 0 1001010 1010100 11010 110 1001000 101011

Color Harmonies of #BC301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC301F

Black with #BC301F

Text Example


Text Example

White with #BC301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC301F; }

 p { color: rgb(188,48,31); }

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

background-color css

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

 a { background-color: rgb(188,48,31); }

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

border-color css

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

 span { border-color: rgb(188,48,31); }

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