Html Css Color HEX #B82F10 Harley Davidson Orange

📋 copy color: '#B82F10'

red 184 ◦ green 47 ◦ blue 16

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

Shades of Harley Davidson Orange #B82F10

Tints of Harley Davidson Orange #B82F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

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

R = 74.49%
G = 19.03%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82F10 (or 0xB82F10) is known color: Harley Davidson Orange. HEX triplet: B8, 2F and 10. RGB value is (184,47,16). Sum of RGB (Red+Green+Blue) = 184+47+16=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F10 is #47D0EF. Grayscale: #545454. Windows color (decimal): -4706544 or 1060792. OLE color: 1060792.

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

Color convert

RGB 184 47 16 -
CMYK 0 0.74 0.91 0.28
HSL 11.07º 0.84% 0.39% -
HSV(B) 11.07º 0.91% 0.72% -
XYZ 20.88 12.26 1.76 -
YUV 84.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 184 47 16 0 0.74 0.91 0.28 11.07 0.84 0.39
Hex B8 2F 10 0 4A 5B 1C B 54 27
Octal 270 57 20 0 112 133 34 13 124 47
Binary 10111000 101111 10000 0 1001010 1011011 11100 1011 1010100 100111

Color Harmonies of #B82F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F10

Black with #B82F10

Text Example


Text Example

White with #B82F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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