Html Css Color HEX #B82B13 Harley Davidson Orange

📋 copy color: '#B82B13'

red 184 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #B82B13

Tints of Harley Davidson Orange #B82B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 74.8%
G = 17.48%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82B13 (or 0xB82B13) is known color: Harley Davidson Orange. HEX triplet: B8, 2B and 13. RGB value is (184,43,19). Sum of RGB (Red+Green+Blue) = 184+43+19=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82B13 is #47D4EC. Grayscale: #525252. Windows color (decimal): -4707565 or 1256376. OLE color: 1256376.

HSL color Cylindrical-coordinate representation of color #B82B13: hue angle of 8.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82B13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 43 19 -
CMYK 0 0.77 0.90 0.28
HSL 8.73º 0.81% 0.4% -
HSV(B) 8.73º 0.9% 0.72% -
XYZ 20.75 11.97 1.83 -
YUV 82.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 184 43 19 0 0.77 0.90 0.28 8.73 0.81 0.4
Hex B8 2B 13 0 4D 5A 1C 9 51 28
Octal 270 53 23 0 115 132 34 11 121 50
Binary 10111000 101011 10011 0 1001101 1011010 11100 1001 1010001 101000

Color Harmonies of #B82B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B13

Black with #B82B13

Text Example


Text Example

White with #B82B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B13; }

 p { color: rgb(184,43,19); }

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

background-color css

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

 a { background-color: rgb(184,43,19); }

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

border-color css

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

 span { border-color: rgb(184,43,19); }

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