Html Css Color HEX #BD321E Harley Davidson Orange

📋 copy color: '#BD321E'

red 189 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #BD321E

Tints of Harley Davidson Orange #BD321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 70.26%
G = 18.59%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD321E (or 0xBD321E) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 1E. RGB value is (189,50,30). Sum of RGB (Red+Green+Blue) = 189+50+30=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD321E is #42CDE1. Grayscale: #595959. Windows color (decimal): -4378082 or 1979069. OLE color: 1979069.

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

Color convert

RGB 189 50 30 -
CMYK 0 0.74 0.84 0.26
HSL 7.55º 0.73% 0.43% -
HSV(B) 7.55º 0.84% 0.74% -
XYZ 22.36 13.19 2.6 -
YUV 89.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 189 50 30 0 0.74 0.84 0.26 7.55 0.73 0.43
Hex BD 32 1E 0 4A 54 1A 8 49 2B
Octal 275 62 36 0 112 124 32 10 111 53
Binary 10111101 110010 11110 0 1001010 1010100 11010 1000 1001001 101011

Color Harmonies of #BD321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD321E

Black with #BD321E

Text Example


Text Example

White with #BD321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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