Html Css Color HEX #BF3000 Harley Davidson Orange

📋 copy color: '#BF3000'

red 191 ◦ green 48 ◦ blue 0

#BF3000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BF3000

Tints of Harley Davidson Orange #BF3000

RGB

 RED value IS 191 (75% from 255) = 79.92%

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.92%
G = 20.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3000 (or 0xBF3000) is known color: Harley Davidson Orange. HEX triplet: BF, 30 and 00. RGB value is (191,48,0). Sum of RGB (Red+Green+Blue) = 191+48+0=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3000 is #40CFFF. Grayscale: #555555. Windows color (decimal): -4247552 or 12479. OLE color: 12479.

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

Color convert

RGB 191 48 0 -
CMYK 0 0.75 1 0.25
HSL 15.08º 1% 0.37% -
HSV(B) 15.08º 1% 0.75% -
XYZ 22.54 13.19 1.36 -
YUV 85.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 191 48 0 0 0.75 1 0.25 15.08 1 0.37
Hex BF 30 0 0 4B 64 19 F 64 25
Octal 277 60 0 0 113 144 31 17 144 45
Binary 10111111 110000 0 0 1001011 1100100 11001 1111 1100100 100101

Color Harmonies of #BF3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3000

Black with #BF3000

Text Example


Text Example

White with #BF3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3000; }

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

 H1.HeaderClassName
 {
   color: #BF3000;
 }
 .AnyTagClassName
 {
   color: #BF3000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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