Html Css Color HEX #B82304 Harley Davidson Orange

📋 copy color: '#B82304'

red 184 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #B82304

Tints of Harley Davidson Orange #B82304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 82.51%
G = 15.7%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B82304 (or 0xB82304) is known color: Harley Davidson Orange. HEX triplet: B8, 23 and 04. RGB value is (184,35,4). Sum of RGB (Red+Green+Blue) = 184+35+4=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B82304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82304 is #47DCFB. Grayscale: #4C4C4C. Windows color (decimal): -4709628 or 271288. OLE color: 271288.

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

Color convert

RGB 184 35 4 -
CMYK 0 0.81 0.98 0.28
HSL 10.33º 0.96% 0.37% -
HSV(B) 10.33º 0.98% 0.72% -
XYZ 20.39 11.4 1.24 -
YUV 76.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 184 35 4 0 0.81 0.98 0.28 10.33 0.96 0.37
Hex B8 23 4 0 51 62 1C A 60 25
Octal 270 43 4 0 121 142 34 12 140 45
Binary 10111000 100011 100 0 1010001 1100010 11100 1010 1100000 100101

Color Harmonies of #B82304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82304

Black with #B82304

Text Example


Text Example

White with #B82304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82304; }

 p { color: rgb(184,35,4); }

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

background-color css

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

 a { background-color: rgb(184,35,4); }

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

border-color css

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

 span { border-color: rgb(184,35,4); }

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