Html Css Color HEX #B82710 Harley Davidson Orange

📋 copy color: '#B82710'

red 184 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #B82710

Tints of Harley Davidson Orange #B82710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

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

R = 76.99%
G = 16.32%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82710 (or 0xB82710) is known color: Harley Davidson Orange. HEX triplet: B8, 27 and 10. RGB value is (184,39,16). Sum of RGB (Red+Green+Blue) = 184+39+16=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B82710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82710 is #47D8EF. Grayscale: #4F4F4F. Windows color (decimal): -4708592 or 1058744. OLE color: 1058744.

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

Color convert

RGB 184 39 16 -
CMYK 0 0.79 0.91 0.28
HSL 8.21º 0.84% 0.39% -
HSV(B) 8.21º 0.91% 0.72% -
XYZ 20.59 11.68 1.66 -
YUV 79.73 92.04 202.37 -
System Red Green Blue C M Y K H S L
Decimal 184 39 16 0 0.79 0.91 0.28 8.21 0.84 0.39
Hex B8 27 10 0 4F 5B 1C 8 54 27
Octal 270 47 20 0 117 133 34 10 124 47
Binary 10111000 100111 10000 0 1001111 1011011 11100 1000 1010100 100111

Color Harmonies of #B82710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82710

Black with #B82710

Text Example


Text Example

White with #B82710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82710; }

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

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

background-color css

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

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

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

border-color css

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

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

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