Html Css Color HEX #BD341E Harley Davidson Orange

📋 copy color: '#BD341E'

red 189 ◦ green 52 ◦ blue 30

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

Shades of Harley Davidson Orange #BD341E

Tints of Harley Davidson Orange #BD341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 69.74%
G = 19.19%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD341E (or 0xBD341E) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 1E. RGB value is (189,52,30). Sum of RGB (Red+Green+Blue) = 189+52+30=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD341E is #42CBE1. Grayscale: #5A5A5A. Windows color (decimal): -4377570 or 1979581. OLE color: 1979581.

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

Color convert

RGB 189 52 30 -
CMYK 0 0.72 0.84 0.26
HSL 8.3º 0.73% 0.43% -
HSV(B) 8.3º 0.84% 0.74% -
XYZ 22.45 13.37 2.63 -
YUV 90.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 189 52 30 0 0.72 0.84 0.26 8.3 0.73 0.43
Hex BD 34 1E 0 48 54 1A 8 49 2B
Octal 275 64 36 0 110 124 32 10 111 53
Binary 10111101 110100 11110 0 1001000 1010100 11010 1000 1001001 101011

Color Harmonies of #BD341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD341E

Black with #BD341E

Text Example


Text Example

White with #BD341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD341E; }

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

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

background-color css

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

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

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

border-color css

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

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

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