Html Css Color HEX #BD350E Harley Davidson Orange

📋 copy color: '#BD350E'

red 189 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #BD350E

Tints of Harley Davidson Orange #BD350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 73.83%
G = 20.7%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD350E (or 0xBD350E) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 0E. RGB value is (189,53,14). Sum of RGB (Red+Green+Blue) = 189+53+14=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD350E is #42CAF1. Grayscale: #595959. Windows color (decimal): -4377330 or 931261. OLE color: 931261.

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

Color convert

RGB 189 53 14 -
CMYK 0 0.72 0.93 0.26
HSL 13.37º 0.86% 0.4% -
HSV(B) 13.37º 0.93% 0.74% -
XYZ 22.34 13.4 1.82 -
YUV 89.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 189 53 14 0 0.72 0.93 0.26 13.37 0.86 0.4
Hex BD 35 E 0 48 5D 1A D 56 28
Octal 275 65 16 0 110 135 32 15 126 50
Binary 10111101 110101 1110 0 1001000 1011101 11010 1101 1010110 101000

Color Harmonies of #BD350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD350E

Black with #BD350E

Text Example


Text Example

White with #BD350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD350E; }

 p { color: rgb(189,53,14); }

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

background-color css

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

 a { background-color: rgb(189,53,14); }

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

border-color css

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

 span { border-color: rgb(189,53,14); }

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