Html Css Color HEX #B92001 Harley Davidson Orange

📋 copy color: '#B92001'

red 185 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #B92001

Tints of Harley Davidson Orange #B92001

RGB

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

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

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

R = 84.86%
G = 14.68%
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

#B92001 (or 0xB92001) is known color: Harley Davidson Orange. HEX triplet: B9, 20 and 01. RGB value is (185,32,1). Sum of RGB (Red+Green+Blue) = 185+32+1=218 (28% of max value = 765). Red value is 185 (72.66% from 255 or 84.86% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 185 - color contains mainly: red. Hex color #B92001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92001 is #46DFFE. Grayscale: #4A4A4A. Windows color (decimal): -4644863 or 73913. OLE color: 73913.

HSL color Cylindrical-coordinate representation of color #B92001: hue angle of 10.11º 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 #B92001 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 1 -
CMYK 0 0.83 0.99 0.27
HSL 10.11º 0.99% 0.36% -
HSV(B) 10.11º 0.99% 0.73% -
XYZ 20.53 11.35 1.14 -
YUV 74.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 185 32 1 0 0.83 0.99 0.27 10.11 0.99 0.36
Hex B9 20 1 0 53 63 1B A 63 24
Octal 271 40 1 0 123 143 33 12 143 44
Binary 10111001 100000 1 0 1010011 1100011 11011 1010 1100011 100100

Color Harmonies of #B92001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92001

Black with #B92001

Text Example


Text Example

White with #B92001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92001; }

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

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

background-color css

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

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

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

border-color css

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

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

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