Html Css Color HEX #BC3D1E Harley Davidson Orange

📋 copy color: '#BC3D1E'

red 188 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #BC3D1E

Tints of Harley Davidson Orange #BC3D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 67.38%
G = 21.86%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC3D1E (or 0xBC3D1E) is known color: Harley Davidson Orange. HEX triplet: BC, 3D and 1E. RGB value is (188,61,30). Sum of RGB (Red+Green+Blue) = 188+61+30=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D1E is #43C2E1. Grayscale: #5F5F5F. Windows color (decimal): -4440802 or 1981884. OLE color: 1981884.

HSL color Cylindrical-coordinate representation of color #BC3D1E: hue angle of 11.77º 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 #BC3D1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 30 -
CMYK 0 0.68 0.84 0.26
HSL 11.77º 0.72% 0.43% -
HSV(B) 11.77º 0.84% 0.74% -
XYZ 22.64 14.12 2.76 -
YUV 95.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 188 61 30 0 0.68 0.84 0.26 11.77 0.72 0.43
Hex BC 3D 1E 0 44 54 1A C 48 2B
Octal 274 75 36 0 104 124 32 14 110 53
Binary 10111100 111101 11110 0 1000100 1010100 11010 1100 1001000 101011

Color Harmonies of #BC3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D1E

Black with #BC3D1E

Text Example


Text Example

White with #BC3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D1E; }

 p { color: rgb(188,61,30); }

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

background-color css

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

 a { background-color: rgb(188,61,30); }

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

border-color css

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

 span { border-color: rgb(188,61,30); }

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