Html Css Color HEX #B82913 Harley Davidson Orange

📋 copy color: '#B82913'

red 184 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #B82913

Tints of Harley Davidson Orange #B82913

RGB

 RED value IS 184 (72.27% from 255) = 75.41%

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 75.41%
G = 16.8%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82913 (or 0xB82913) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 13. RGB value is (184,41,19). Sum of RGB (Red+Green+Blue) = 184+41+19=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B82913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82913 is #47D6EC. Grayscale: #515151. Windows color (decimal): -4708077 or 1255864. OLE color: 1255864.

HSL color Cylindrical-coordinate representation of color #B82913: hue angle of 8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 19 -
CMYK 0 0.78 0.90 0.28
HSL 0.81% 0.4% -
HSV(B) 0.9% 0.72% -
XYZ 20.68 11.82 1.81 -
YUV 81.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 184 41 19 0 0.78 0.90 0.28 8 0.81 0.4
Hex B8 29 13 0 4E 5A 1C 8 51 28
Octal 270 51 23 0 116 132 34 10 121 50
Binary 10111000 101001 10011 0 1001110 1011010 11100 1000 1010001 101000

Color Harmonies of #B82913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82913

Black with #B82913

Text Example


Text Example

White with #B82913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82913; }

 p { color: rgb(184,41,19); }

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

background-color css

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

 a { background-color: rgb(184,41,19); }

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

border-color css

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

 span { border-color: rgb(184,41,19); }

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