Html Css Color HEX #B82607 Harley Davidson Orange

📋 copy color: '#B82607'

red 184 ◦ green 38 ◦ blue 7

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

Shades of Harley Davidson Orange #B82607

Tints of Harley Davidson Orange #B82607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 80.35%
G = 16.59%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B82607 (or 0xB82607) is known color: Harley Davidson Orange. HEX triplet: B8, 26 and 07. RGB value is (184,38,7). Sum of RGB (Red+Green+Blue) = 184+38+7=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B82607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82607 is #47D9F8. Grayscale: #4E4E4E. Windows color (decimal): -4708857 or 468664. OLE color: 468664.

HSL color Cylindrical-coordinate representation of color #B82607: hue angle of 10.51º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B82607 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 7 -
CMYK 0 0.79 0.96 0.28
HSL 10.51º 0.93% 0.37% -
HSV(B) 10.51º 0.96% 0.72% -
XYZ 20.5 11.59 1.36 -
YUV 78.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 184 38 7 0 0.79 0.96 0.28 10.51 0.93 0.37
Hex B8 26 7 0 4F 60 1C B 5D 25
Octal 270 46 7 0 117 140 34 13 135 45
Binary 10111000 100110 111 0 1001111 1100000 11100 1011 1011101 100101

Color Harmonies of #B82607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82607

Black with #B82607

Text Example


Text Example

White with #B82607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82607; }

 p { color: rgb(184,38,7); }

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

background-color css

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

 a { background-color: rgb(184,38,7); }

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

border-color css

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

 span { border-color: rgb(184,38,7); }

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