#BF300A

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

Shades of Harley Davidson Orange #BF300A

Tints of Harley Davidson Orange #BF300A

Color information

#BF300A (or 0xBF300A) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 30 and 0A. RGB value is (191,48,10). Sum of RGB (Red+Green+Blue) = 191+48+10=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF300A is #40CFF5. Grayscale: #565656. Windows color (decimal): -4247542 or 667839. OLE color: 667839.

HSL color Cylindrical-coordinate representation of color #BF300A: hue angle of 12.6º 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 #BF300A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1914810-
CMYK00.750.950.25
HSL12.6º90.05%39.41%-
HSV(B)12.6º94.76%74.9%-
XYZ22.613.211.65-
YUV86.4284.88202.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.71%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=76.71%
G=19.28%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191481000.750.950.2512.690.0539.41
HexBF30A04B5F19d5a27
Octal27760120113137311513247
Binary1011111111000010100100101110111111100111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF300A; }

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

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

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

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

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

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

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

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