Html Css Color HEX #B82A10 Harley Davidson Orange

📋 copy color: '#B82A10'

red 184 ◦ green 42 ◦ blue 16

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

Shades of Harley Davidson Orange #B82A10

Tints of Harley Davidson Orange #B82A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 76.03%
G = 17.36%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82A10 (or 0xB82A10) is known color: Harley Davidson Orange. HEX triplet: B8, 2A and 10. RGB value is (184,42,16). Sum of RGB (Red+Green+Blue) = 184+42+16=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A10 is #47D5EF. Grayscale: #515151. Windows color (decimal): -4707824 or 1059512. OLE color: 1059512.

HSL color Cylindrical-coordinate representation of color #B82A10: hue angle of 9.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B82A10 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 42 16 -
CMYK 0 0.77 0.91 0.28
HSL 9.29º 0.84% 0.39% -
HSV(B) 9.29º 0.91% 0.72% -
XYZ 20.69 11.88 1.69 -
YUV 81.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 184 42 16 0 0.77 0.91 0.28 9.29 0.84 0.39
Hex B8 2A 10 0 4D 5B 1C 9 54 27
Octal 270 52 20 0 115 133 34 11 124 47
Binary 10111000 101010 10000 0 1001101 1011011 11100 1001 1010100 100111

Color Harmonies of #B82A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A10

Black with #B82A10

Text Example


Text Example

White with #B82A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A10; }

 p { color: rgb(184,42,16); }

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

background-color css

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

 a { background-color: rgb(184,42,16); }

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

border-color css

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

 span { border-color: rgb(184,42,16); }

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