Html Css Color HEX #BD310E Harley Davidson Orange

📋 copy color: '#BD310E'

red 189 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #BD310E

Tints of Harley Davidson Orange #BD310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 75%
G = 19.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD310E (or 0xBD310E) is known color: Harley Davidson Orange. HEX triplet: BD, 31 and 0E. RGB value is (189,49,14). Sum of RGB (Red+Green+Blue) = 189+49+14=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD310E is #42CEF1. Grayscale: #575757. Windows color (decimal): -4378354 or 930237. OLE color: 930237.

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

Color convert

RGB 189 49 14 -
CMYK 0 0.74 0.93 0.26
HSL 12º 0.86% 0.4% -
HSV(B) 12º 0.93% 0.74% -
XYZ 22.16 13.05 1.77 -
YUV 86.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 189 49 14 0 0.74 0.93 0.26 12 0.86 0.4
Hex BD 31 E 0 4A 5D 1A C 56 28
Octal 275 61 16 0 112 135 32 14 126 50
Binary 10111101 110001 1110 0 1001010 1011101 11010 1100 1010110 101000

Color Harmonies of #BD310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD310E

Black with #BD310E

Text Example


Text Example

White with #BD310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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