Html Css Color HEX #B9351E Harley Davidson Orange

📋 copy color: '#B9351E'

red 185 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #B9351E

Tints of Harley Davidson Orange #B9351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 69.03%
G = 19.78%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9351E (or 0xB9351E) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 1E. RGB value is (185,53,30). Sum of RGB (Red+Green+Blue) = 185+53+30=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9351E is #46CAE1. Grayscale: #5A5A5A. Windows color (decimal): -4639458 or 1979833. OLE color: 1979833.

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

Color convert

RGB 185 53 30 -
CMYK 0 0.71 0.84 0.27
HSL 8.9º 0.72% 0.42% -
HSV(B) 8.9º 0.84% 0.73% -
XYZ 21.52 12.95 2.59 -
YUV 89.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 185 53 30 0 0.71 0.84 0.27 8.9 0.72 0.42
Hex B9 35 1E 0 47 54 1B 9 48 2A
Octal 271 65 36 0 107 124 33 11 110 52
Binary 10111001 110101 11110 0 1000111 1010100 11011 1001 1001000 101010

Color Harmonies of #B9351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9351E

Black with #B9351E

Text Example


Text Example

White with #B9351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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