Html Css Color HEX #B82905 Harley Davidson Orange

📋 copy color: '#B82905'

red 184 ◦ green 41 ◦ blue 5

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

Shades of Harley Davidson Orange #B82905

Tints of Harley Davidson Orange #B82905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 80%
G = 17.83%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B82905 (or 0xB82905) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 05. RGB value is (184,41,5). Sum of RGB (Red+Green+Blue) = 184+41+5=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B82905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82905 is #47D6FA. Grayscale: #4F4F4F. Windows color (decimal): -4708091 or 338360. OLE color: 338360.

HSL color Cylindrical-coordinate representation of color #B82905: hue angle of 12.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B82905 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 5 -
CMYK 0 0.78 0.97 0.28
HSL 12.07º 0.95% 0.37% -
HSV(B) 12.07º 0.97% 0.72% -
XYZ 20.59 11.79 1.33 -
YUV 79.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 184 41 5 0 0.78 0.97 0.28 12.07 0.95 0.37
Hex B8 29 5 0 4E 61 1C C 5F 25
Octal 270 51 5 0 116 141 34 14 137 45
Binary 10111000 101001 101 0 1001110 1100001 11100 1100 1011111 100101

Color Harmonies of #B82905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82905

Black with #B82905

Text Example


Text Example

White with #B82905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82905; }

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

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

background-color css

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

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

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

border-color css

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

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

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