Html Css Color HEX #BF350C Harley Davidson Orange

📋 copy color: '#BF350C'

red 191 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #BF350C

Tints of Harley Davidson Orange #BF350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 74.61%
G = 20.7%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF350C (or 0xBF350C) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 0C. RGB value is (191,53,12). Sum of RGB (Red+Green+Blue) = 191+53+12=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF350C is #40CAF3. Grayscale: #595959. Windows color (decimal): -4246260 or 800191. OLE color: 800191.

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

Color convert

RGB 191 53 12 -
CMYK 0 0.72 0.94 0.25
HSL 13.74º 0.88% 0.4% -
HSV(B) 13.74º 0.94% 0.75% -
XYZ 22.83 13.65 1.78 -
YUV 89.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 191 53 12 0 0.72 0.94 0.25 13.74 0.88 0.4
Hex BF 35 C 0 48 5E 19 E 58 28
Octal 277 65 14 0 110 136 31 16 130 50
Binary 10111111 110101 1100 0 1001000 1011110 11001 1110 1011000 101000

Color Harmonies of #BF350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF350C

Black with #BF350C

Text Example


Text Example

White with #BF350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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