Html Css Color HEX #BF351E Harley Davidson Orange

📋 copy color: '#BF351E'

red 191 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #BF351E

Tints of Harley Davidson Orange #BF351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 69.71%
G = 19.34%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF351E (or 0xBF351E) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1E. RGB value is (191,53,30). Sum of RGB (Red+Green+Blue) = 191+53+30=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351E is #40CAE1. Grayscale: #5B5B5B. Windows color (decimal): -4246242 or 1979839. OLE color: 1979839.

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

Color convert

RGB 191 53 30 -
CMYK 0 0.72 0.84 0.25
HSL 8.57º 0.73% 0.43% -
HSV(B) 8.57º 0.84% 0.75% -
XYZ 22.99 13.72 2.66 -
YUV 91.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 191 53 30 0 0.72 0.84 0.25 8.57 0.73 0.43
Hex BF 35 1E 0 48 54 19 9 49 2B
Octal 277 65 36 0 110 124 31 11 111 53
Binary 10111111 110101 11110 0 1001000 1010100 11001 1001 1001001 101011

Color Harmonies of #BF351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF351E

Black with #BF351E

Text Example


Text Example

White with #BF351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF351E; }

 p { color: rgb(191,53,30); }

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

background-color css

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

 a { background-color: rgb(191,53,30); }

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

border-color css

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

 span { border-color: rgb(191,53,30); }

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