Html Css Color HEX #B82500 Harley Davidson Orange

📋 copy color: '#B82500'

red 184 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #B82500

Tints of Harley Davidson Orange #B82500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.26%
G = 16.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B82500 (or 0xB82500) is known color: Harley Davidson Orange. HEX triplet: B8, 25 and 00. RGB value is (184,37,0). Sum of RGB (Red+Green+Blue) = 184+37+0=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B82500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82500 is #47DAFF. Grayscale: #4D4D4D. Windows color (decimal): -4709120 or 9656. OLE color: 9656.

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

Color convert

RGB 184 37 0 -
CMYK 0 0.80 1 0.28
HSL 12.07º 1% 0.36% -
HSV(B) 12.07º 1% 0.72% -
XYZ 20.43 11.51 1.15 -
YUV 76.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 184 37 0 0 0.80 1 0.28 12.07 1 0.36
Hex B8 25 0 0 50 64 1C C 64 24
Octal 270 45 0 0 120 144 34 14 144 44
Binary 10111000 100101 0 0 1010000 1100100 11100 1100 1100100 100100

Color Harmonies of #B82500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82500

Black with #B82500

Text Example


Text Example

White with #B82500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82500; }

 p { color: rgb(184,37,0); }

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

background-color css

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

 a { background-color: rgb(184,37,0); }

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

border-color css

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

 span { border-color: rgb(184,37,0); }

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