Html Css Color HEX #BF351C Harley Davidson Orange

📋 copy color: '#BF351C'

red 191 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #BF351C

Tints of Harley Davidson Orange #BF351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 70.22%
G = 19.49%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF351C (or 0xBF351C) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1C. RGB value is (191,53,28). Sum of RGB (Red+Green+Blue) = 191+53+28=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351C is #40CAE3. Grayscale: #5B5B5B. Windows color (decimal): -4246244 or 1848767. OLE color: 1848767.

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

Color convert

RGB 191 53 28 -
CMYK 0 0.72 0.85 0.25
HSL 9.2º 0.74% 0.43% -
HSV(B) 9.2º 0.85% 0.75% -
XYZ 22.97 13.71 2.53 -
YUV 91.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 191 53 28 0 0.72 0.85 0.25 9.2 0.74 0.43
Hex BF 35 1C 0 48 55 19 9 4A 2B
Octal 277 65 34 0 110 125 31 11 112 53
Binary 10111111 110101 11100 0 1001000 1010101 11001 1001 1001010 101011

Color Harmonies of #BF351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF351C

Black with #BF351C

Text Example


Text Example

White with #BF351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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