Html Css Color HEX #B9351F Harley Davidson Orange

📋 copy color: '#B9351F'

red 185 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #B9351F

Tints of Harley Davidson Orange #B9351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 68.77%
G = 19.7%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9351F (or 0xB9351F) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 1F. RGB value is (185,53,31). Sum of RGB (Red+Green+Blue) = 185+53+31=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9351F is #46CAE0. Grayscale: #5A5A5A. Windows color (decimal): -4639457 or 2045369. OLE color: 2045369.

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

Color convert

RGB 185 53 31 -
CMYK 0 0.71 0.83 0.27
HSL 8.57º 0.71% 0.42% -
HSV(B) 8.57º 0.83% 0.73% -
XYZ 21.53 12.96 2.66 -
YUV 89.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 185 53 31 0 0.71 0.83 0.27 8.57 0.71 0.42
Hex B9 35 1F 0 47 53 1B 9 47 2A
Octal 271 65 37 0 107 123 33 11 107 52
Binary 10111001 110101 11111 0 1000111 1010011 11011 1001 1000111 101010

Color Harmonies of #B9351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9351F

Black with #B9351F

Text Example


Text Example

White with #B9351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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