Html Css Color HEX #B82C10 Harley Davidson Orange

📋 copy color: '#B82C10'

red 184 ◦ green 44 ◦ blue 16

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

Shades of Harley Davidson Orange #B82C10

Tints of Harley Davidson Orange #B82C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

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

R = 75.41%
G = 18.03%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82C10 (or 0xB82C10) is known color: Harley Davidson Orange. HEX triplet: B8, 2C and 10. RGB value is (184,44,16). Sum of RGB (Red+Green+Blue) = 184+44+16=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C10 is #47D3EF. Grayscale: #525252. Windows color (decimal): -4707312 or 1060024. OLE color: 1060024.

HSL color Cylindrical-coordinate representation of color #B82C10: hue angle of 10º 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 #B82C10 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 44 16 -
CMYK 0 0.76 0.91 0.28
HSL 10º 0.84% 0.39% -
HSV(B) 10º 0.91% 0.72% -
XYZ 20.76 12.03 1.72 -
YUV 82.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 184 44 16 0 0.76 0.91 0.28 10 0.84 0.39
Hex B8 2C 10 0 4C 5B 1C A 54 27
Octal 270 54 20 0 114 133 34 12 124 47
Binary 10111000 101100 10000 0 1001100 1011011 11100 1010 1010100 100111

Color Harmonies of #B82C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C10

Black with #B82C10

Text Example


Text Example

White with #B82C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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