Html Css Color HEX #B9351D Harley Davidson Orange

📋 copy color: '#B9351D'

red 185 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #B9351D

Tints of Harley Davidson Orange #B9351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 69.29%
G = 19.85%
B = 10.86%

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

#B9351D (or 0xB9351D) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 1D. RGB value is (185,53,29). Sum of RGB (Red+Green+Blue) = 185+53+29=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9351D is #46CAE2. Grayscale: #595959. Windows color (decimal): -4639459 or 1914297. OLE color: 1914297.

HSL color Cylindrical-coordinate representation of color #B9351D: hue angle of 9.23º degrees, saturation: 0.73, 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 #B9351D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 29 -
CMYK 0 0.71 0.84 0.27
HSL 9.23º 0.73% 0.42% -
HSV(B) 9.23º 0.84% 0.73% -
XYZ 21.5 12.95 2.53 -
YUV 89.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 185 53 29 0 0.71 0.84 0.27 9.23 0.73 0.42
Hex B9 35 1D 0 47 54 1B 9 49 2A
Octal 271 65 35 0 107 124 33 11 111 52
Binary 10111001 110101 11101 0 1000111 1010100 11011 1001 1001001 101010

Color Harmonies of #B9351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9351D

Black with #B9351D

Text Example


Text Example

White with #B9351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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