#BF280A

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

Shades of Harley Davidson Orange #BF280A

Tints of Harley Davidson Orange #BF280A

Color information

#BF280A (or 0xBF280A) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 28 and 0A. RGB value is (191,40,10). Sum of RGB (Red+Green+Blue) = 191+40+10=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF280A is #40D7F5. Grayscale: #515151. Windows color (decimal): -4249590 or 665791. OLE color: 665791.

HSL color Cylindrical-coordinate representation of color #BF280A: hue angle of 9.94º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF280A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1914010-
CMYK00.790.950.25
HSL9.94º90.05%39.41%-
HSV(B)9.94º94.76%74.9%-
XYZ22.312.621.55-
YUV81.7387.53205.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.25%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=79.25%
G=16.60%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191401000.790.950.259.9490.0539.41
HexBF28A04F5F19a5a27
Octal27750120117137311213247
Binary1011111110100010100100111110111111100110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF280A; }

 p { color: rgb(191,40,10); }

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

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

 a { background-color: rgb(191,40,10); }

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

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

 span { border-color: rgb(191,40,10); }

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