Html Css Color HEX #BF2812 Harley Davidson Orange

📋 copy color: '#BF2812'

red 191 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #BF2812

Tints of Harley Davidson Orange #BF2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 76.71%
G = 16.06%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2812 (or 0xBF2812) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 12. RGB value is (191,40,18). Sum of RGB (Red+Green+Blue) = 191+40+18=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2812 is #40D7ED. Grayscale: #525252. Windows color (decimal): -4249582 or 1190079. OLE color: 1190079.

HSL color Cylindrical-coordinate representation of color #BF2812: hue angle of 7.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2812 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 18 -
CMYK 0 0.79 0.91 0.25
HSL 7.63º 0.83% 0.41% -
HSV(B) 7.63º 0.91% 0.75% -
XYZ 22.35 12.64 1.83 -
YUV 82.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 191 40 18 0 0.79 0.91 0.25 7.63 0.83 0.41
Hex BF 28 12 0 4F 5B 19 8 53 29
Octal 277 50 22 0 117 133 31 10 123 51
Binary 10111111 101000 10010 0 1001111 1011011 11001 1000 1010011 101001

Color Harmonies of #BF2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2812

Black with #BF2812

Text Example


Text Example

White with #BF2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2812; }

 p { color: rgb(191,40,18); }

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

background-color css

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

 a { background-color: rgb(191,40,18); }

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

border-color css

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

 span { border-color: rgb(191,40,18); }

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