Html Css Color HEX #BF3813 Harley Davidson Orange

📋 copy color: '#BF3813'

red 191 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #BF3813

Tints of Harley Davidson Orange #BF3813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 71.8%
G = 21.05%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3813 (or 0xBF3813) is known color: Harley Davidson Orange. HEX triplet: BF, 38 and 13. RGB value is (191,56,19). Sum of RGB (Red+Green+Blue) = 191+56+19=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3813 is #40C7EC. Grayscale: #5C5C5C. Windows color (decimal): -4245485 or 1259711. OLE color: 1259711.

HSL color Cylindrical-coordinate representation of color #BF3813: hue angle of 12.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3813 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 56 19 -
CMYK 0 0.71 0.90 0.25
HSL 12.91º 0.82% 0.41% -
HSV(B) 12.91º 0.9% 0.75% -
XYZ 23.02 13.95 2.1 -
YUV 92.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 191 56 19 0 0.71 0.90 0.25 12.91 0.82 0.41
Hex BF 38 13 0 47 5A 19 D 52 29
Octal 277 70 23 0 107 132 31 15 122 51
Binary 10111111 111000 10011 0 1000111 1011010 11001 1101 1010010 101001

Color Harmonies of #BF3813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3813

Black with #BF3813

Text Example


Text Example

White with #BF3813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3813; }

 p { color: rgb(191,56,19); }

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

background-color css

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

 a { background-color: rgb(191,56,19); }

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

border-color css

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

 span { border-color: rgb(191,56,19); }

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