Html Css Color HEX #BD321A Harley Davidson Orange

📋 copy color: '#BD321A'

red 189 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #BD321A

Tints of Harley Davidson Orange #BD321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 71.32%
G = 18.87%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD321A (or 0xBD321A) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 1A. RGB value is (189,50,26). Sum of RGB (Red+Green+Blue) = 189+50+26=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD321A is #42CDE5. Grayscale: #595959. Windows color (decimal): -4378086 or 1716925. OLE color: 1716925.

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

Color convert

RGB 189 50 26 -
CMYK 0 0.74 0.86 0.26
HSL 8.83º 0.76% 0.42% -
HSV(B) 8.83º 0.86% 0.74% -
XYZ 22.31 13.17 2.34 -
YUV 88.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 189 50 26 0 0.74 0.86 0.26 8.83 0.76 0.42
Hex BD 32 1A 0 4A 56 1A 9 4C 2A
Octal 275 62 32 0 112 126 32 11 114 52
Binary 10111101 110010 11010 0 1001010 1010110 11010 1001 1001100 101010

Color Harmonies of #BD321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD321A

Black with #BD321A

Text Example


Text Example

White with #BD321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD321A; }

 p { color: rgb(189,50,26); }

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

background-color css

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

 a { background-color: rgb(189,50,26); }

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

border-color css

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

 span { border-color: rgb(189,50,26); }

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