Html Css Color HEX #BF2006 Harley Davidson Orange

📋 copy color: '#BF2006'

red 191 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #BF2006

Tints of Harley Davidson Orange #BF2006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 83.41%
G = 13.97%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF2006 (or 0xBF2006) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 06. RGB value is (191,32,6). Sum of RGB (Red+Green+Blue) = 191+32+6=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2006 is #40DFF9. Grayscale: #4C4C4C. Windows color (decimal): -4251642 or 401599. OLE color: 401599.

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

Color convert

RGB 191 32 6 -
CMYK 0 0.83 0.97 0.25
HSL 8.43º 0.94% 0.39% -
HSV(B) 8.43º 0.97% 0.75% -
XYZ 22.04 12.12 1.35 -
YUV 76.58 88.18 209.61 -
System Red Green Blue C M Y K H S L
Decimal 191 32 6 0 0.83 0.97 0.25 8.43 0.94 0.39
Hex BF 20 6 0 53 61 19 8 5E 27
Octal 277 40 6 0 123 141 31 10 136 47
Binary 10111111 100000 110 0 1010011 1100001 11001 1000 1011110 100111

Color Harmonies of #BF2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2006

Black with #BF2006

Text Example


Text Example

White with #BF2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2006; }

 p { color: rgb(191,32,6); }

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

background-color css

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

 a { background-color: rgb(191,32,6); }

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

border-color css

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

 span { border-color: rgb(191,32,6); }

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