Html Css Color HEX #BF3215 Harley Davidson Orange

📋 copy color: '#BF3215'

red 191 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #BF3215

Tints of Harley Davidson Orange #BF3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 72.9%
G = 19.08%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF3215 (or 0xBF3215) is known color: Harley Davidson Orange. HEX triplet: BF, 32 and 15. RGB value is (191,50,21). Sum of RGB (Red+Green+Blue) = 191+50+21=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3215 is #40CDEA. Grayscale: #595959. Windows color (decimal): -4247019 or 1389247. OLE color: 1389247.

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

Color convert

RGB 191 50 21 -
CMYK 0 0.74 0.89 0.25
HSL 10.24º 0.8% 0.42% -
HSV(B) 10.24º 0.89% 0.75% -
XYZ 22.76 13.41 2.1 -
YUV 88.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 191 50 21 0 0.74 0.89 0.25 10.24 0.8 0.42
Hex BF 32 15 0 4A 59 19 A 50 2A
Octal 277 62 25 0 112 131 31 12 120 52
Binary 10111111 110010 10101 0 1001010 1011001 11001 1010 1010000 101010

Color Harmonies of #BF3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3215

Black with #BF3215

Text Example


Text Example

White with #BF3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3215; }

 p { color: rgb(191,50,21); }

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

background-color css

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

 a { background-color: rgb(191,50,21); }

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

border-color css

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

 span { border-color: rgb(191,50,21); }

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