Html Css Color HEX #BD3610 Harley Davidson Orange

📋 copy color: '#BD3610'

red 189 ◦ green 54 ◦ blue 16

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

Shades of Harley Davidson Orange #BD3610

Tints of Harley Davidson Orange #BD3610

RGB

 RED value IS 189 (74.22% from 255) = 72.97%

 GREEN value IS 54 (21.48% from 255) = 20.85%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 72.97%
G = 20.85%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3610 (or 0xBD3610) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 10. RGB value is (189,54,16). Sum of RGB (Red+Green+Blue) = 189+54+16=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3610 is #42C9EF. Grayscale: #5A5A5A. Windows color (decimal): -4377072 or 1062589. OLE color: 1062589.

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

Color convert

RGB 189 54 16 -
CMYK 0 0.71 0.92 0.26
HSL 13.18º 0.84% 0.4% -
HSV(B) 13.18º 0.92% 0.74% -
XYZ 22.4 13.49 1.91 -
YUV 90.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 189 54 16 0 0.71 0.92 0.26 13.18 0.84 0.4
Hex BD 36 10 0 47 5C 1A D 54 28
Octal 275 66 20 0 107 134 32 15 124 50
Binary 10111101 110110 10000 0 1000111 1011100 11010 1101 1010100 101000

Color Harmonies of #BD3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3610

Black with #BD3610

Text Example


Text Example

White with #BD3610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3610; }

 p { color: rgb(189,54,16); }

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

background-color css

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

 a { background-color: rgb(189,54,16); }

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

border-color css

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

 span { border-color: rgb(189,54,16); }

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