#BD331A

Color #BD331A Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BD331A

Tints of Harley Davidson Orange #BD331A

Color information

#BD331A (or 0xBD331A) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 33 and 1A. RGB value is (189,51,26). Sum of RGB (Red+Green+Blue) = 189+51+26=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD331A is #42CCE5. Grayscale: #595959. Windows color (decimal): -4377830 or 1717181. OLE color: 1717181.

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

Color convert

RGB1895126-
CMYK00.730.860.26
HSL9.2º75.81%42.16%-
HSV(B)9.2º86.24%74.12%-
XYZ22.3613.262.36-
YUV89.4192.22199.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.05%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=71.05%
G=19.17%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189512600.730.860.269.275.8142.16
HexBD331A049561A94c2a
Octal27563320111126321111452
Binary10111101110011110100100100110101101101010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD331A; }

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

 H1.HeaderClassName
 {
   color: #BD331A;
 }
 .AnyTagClassName
 {
   color: #BD331A;
 }
</style>
background-color css

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

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

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

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

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

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