Html Css Color HEX #B82C11 Harley Davidson Orange

📋 copy color: '#B82C11'

red 184 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #B82C11

Tints of Harley Davidson Orange #B82C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 75.1%
G = 17.96%
B = 6.94%

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

#B82C11 (or 0xB82C11) is known color: Harley Davidson Orange. HEX triplet: B8, 2C and 11. RGB value is (184,44,17). Sum of RGB (Red+Green+Blue) = 184+44+17=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C11 is #47D3EE. Grayscale: #535353. Windows color (decimal): -4707311 or 1125560. OLE color: 1125560.

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

Color convert

RGB 184 44 17 -
CMYK 0 0.76 0.91 0.28
HSL 9.7º 0.83% 0.39% -
HSV(B) 9.7º 0.91% 0.72% -
XYZ 20.77 12.03 1.76 -
YUV 82.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 184 44 17 0 0.76 0.91 0.28 9.7 0.83 0.39
Hex B8 2C 11 0 4C 5B 1C A 53 27
Octal 270 54 21 0 114 133 34 12 123 47
Binary 10111000 101100 10001 0 1001100 1011011 11100 1010 1010011 100111

Color Harmonies of #B82C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C11

Black with #B82C11

Text Example


Text Example

White with #B82C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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