Html Css Color HEX #BF401F Harley Davidson Orange

📋 copy color: '#BF401F'

red 191 ◦ green 64 ◦ blue 31

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

Shades of Harley Davidson Orange #BF401F

Tints of Harley Davidson Orange #BF401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 66.78%
G = 22.38%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF401F (or 0xBF401F) is known color: Harley Davidson Orange. HEX triplet: BF, 40 and 1F. RGB value is (191,64,31). Sum of RGB (Red+Green+Blue) = 191+64+31=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF401F is #40BFE0. Grayscale: #626262. Windows color (decimal): -4243425 or 2048191. OLE color: 2048191.

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

Color convert

RGB 191 64 31 -
CMYK 0 0.66 0.84 0.25
HSL 12.38º 0.72% 0.44% -
HSV(B) 12.38º 0.84% 0.75% -
XYZ 23.57 14.84 2.92 -
YUV 98.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 191 64 31 0 0.66 0.84 0.25 12.38 0.72 0.44
Hex BF 40 1F 0 42 54 19 C 48 2C
Octal 277 100 37 0 102 124 31 14 110 54
Binary 10111111 1000000 11111 0 1000010 1010100 11001 1100 1001000 101100

Color Harmonies of #BF401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF401F

Black with #BF401F

Text Example


Text Example

White with #BF401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF401F; }

 p { color: rgb(191,64,31); }

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

background-color css

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

 a { background-color: rgb(191,64,31); }

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

border-color css

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

 span { border-color: rgb(191,64,31); }

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