Html Css Color HEX #B91F01 Harley Davidson Orange

📋 copy color: '#B91F01'

red 185 ◦ green 31 ◦ blue 1

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

Shades of Harley Davidson Orange #B91F01

Tints of Harley Davidson Orange #B91F01

RGB

 RED value IS 185 (72.66% from 255) = 85.25%

 GREEN value IS 31 (12.5% from 255) = 14.29%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 85.25%
G = 14.29%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B91F01 (or 0xB91F01) is known color: Harley Davidson Orange. HEX triplet: B9, 1F and 01. RGB value is (185,31,1). Sum of RGB (Red+Green+Blue) = 185+31+1=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91F01 is #46E0FE. Grayscale: #494949. Windows color (decimal): -4645119 or 73657. OLE color: 73657.

HSL color Cylindrical-coordinate representation of color #B91F01: hue angle of 9.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B91F01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 31 1 -
CMYK 0 0.83 0.99 0.27
HSL 9.78º 0.99% 0.36% -
HSV(B) 9.78º 0.99% 0.73% -
XYZ 20.5 11.3 1.13 -
YUV 73.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 185 31 1 0 0.83 0.99 0.27 9.78 0.99 0.36
Hex B9 1F 1 0 53 63 1B A 63 24
Octal 271 37 1 0 123 143 33 12 143 44
Binary 10111001 11111 1 0 1010011 1100011 11011 1010 1100011 100100

Color Harmonies of #B91F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91F01

Black with #B91F01

Text Example


Text Example

White with #B91F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91F01; }

 p { color: rgb(185,31,1); }

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

background-color css

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

 a { background-color: rgb(185,31,1); }

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

border-color css

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

 span { border-color: rgb(185,31,1); }

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