Html Css Color HEX #B62307 Harley Davidson Orange

📋 copy color: '#B62307'

red 182 ◦ green 35 ◦ blue 7

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

Shades of Harley Davidson Orange #B62307

Tints of Harley Davidson Orange #B62307

RGB

 RED value IS 182 (71.48% from 255) = 81.25%

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 81.25%
G = 15.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B62307 (or 0xB62307) is known color: Harley Davidson Orange. HEX triplet: B6, 23 and 07. RGB value is (182,35,7). Sum of RGB (Red+Green+Blue) = 182+35+7=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B62307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62307 is #49DCF8. Grayscale: #4C4C4C. Windows color (decimal): -4840697 or 467894. OLE color: 467894.

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

Color convert

RGB 182 35 7 -
CMYK 0 0.81 0.96 0.29
HSL 9.6º 0.93% 0.37% -
HSV(B) 9.6º 0.96% 0.71% -
XYZ 19.93 11.16 1.31 -
YUV 75.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 182 35 7 0 0.81 0.96 0.29 9.6 0.93 0.37
Hex B6 23 7 0 51 60 1D A 5D 25
Octal 266 43 7 0 121 140 35 12 135 45
Binary 10110110 100011 111 0 1010001 1100000 11101 1010 1011101 100101

Color Harmonies of #B62307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62307

Black with #B62307

Text Example


Text Example

White with #B62307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62307; }

 p { color: rgb(182,35,7); }

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

background-color css

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

 a { background-color: rgb(182,35,7); }

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

border-color css

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

 span { border-color: rgb(182,35,7); }

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