#BD330C

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

Shades of Harley Davidson Orange #BD330C

Tints of Harley Davidson Orange #BD330C

Color information

#BD330C (or 0xBD330C) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 33 and 0C. RGB value is (189,51,12). Sum of RGB (Red+Green+Blue) = 189+51+12=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD330C is #42CCF3. Grayscale: #585858. Windows color (decimal): -4377844 or 799677. OLE color: 799677.

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

Color convert

RGB1895112-
CMYK00.730.940.26
HSL13.22º88.06%39.41%-
HSV(B)13.22º93.65%74.12%-
XYZ22.2413.211.73-
YUV87.8285.22200.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=75%
G=20.24%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189511200.730.940.2613.2288.0639.41
HexBD33C0495E1Ad5827
Octal27563140111136321513047
Binary1011110111001111000100100110111101101011011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD330C; }

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

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

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

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

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

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

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

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