#BD270D

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

Shades of Harley Davidson Orange #BD270D

Tints of Harley Davidson Orange #BD270D

Color information

#BD270D (or 0xBD270D) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 27 and 0D. RGB value is (189,39,13). Sum of RGB (Red+Green+Blue) = 189+39+13=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD270D is #42D8F2. Grayscale: #515151. Windows color (decimal): -4380915 or 862141. OLE color: 862141.

HSL color Cylindrical-coordinate representation of color #BD270D: hue angle of 8.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1893913-
CMYK00.790.930.26
HSL8.86º87.13%39.61%-
HSV(B)8.86º93.12%74.12%-
XYZ21.7812.31.61-
YUV80.8989.7205.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 78.42%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=78.42%
G=16.18%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189391300.790.930.268.8687.1339.61
HexBD27D04F5D1A95728
Octal27547150117135321112750
Binary1011110110011111010100111110111011101010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD270D; }

 p { color: rgb(189,39,13); }

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

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

 a { background-color: rgb(189,39,13); }

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

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

 span { border-color: rgb(189,39,13); }

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