Html Css Color HEX #BD3719 Harley Davidson Orange

📋 copy color: '#BD3719'

red 189 ◦ green 55 ◦ blue 25

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

Shades of Harley Davidson Orange #BD3719

Tints of Harley Davidson Orange #BD3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 70.26%
G = 20.45%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD3719 (or 0xBD3719) is known color: Harley Davidson Orange. HEX triplet: BD, 37 and 19. RGB value is (189,55,25). Sum of RGB (Red+Green+Blue) = 189+55+25=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3719 is #42C8E6. Grayscale: #5B5B5B. Windows color (decimal): -4376807 or 1652669. OLE color: 1652669.

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

Color convert

RGB 189 55 25 -
CMYK 0 0.71 0.87 0.26
HSL 10.98º 0.77% 0.42% -
HSV(B) 10.98º 0.87% 0.74% -
XYZ 22.53 13.62 2.36 -
YUV 91.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 189 55 25 0 0.71 0.87 0.26 10.98 0.77 0.42
Hex BD 37 19 0 47 57 1A B 4D 2A
Octal 275 67 31 0 107 127 32 13 115 52
Binary 10111101 110111 11001 0 1000111 1010111 11010 1011 1001101 101010

Color Harmonies of #BD3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3719

Black with #BD3719

Text Example


Text Example

White with #BD3719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3719; }

 p { color: rgb(189,55,25); }

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

background-color css

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

 a { background-color: rgb(189,55,25); }

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

border-color css

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

 span { border-color: rgb(189,55,25); }

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